Add support for splitting an existing commit
This is one of the few missing features that force me to launch a competing git GUI tool.
The use case is that I or someone on my team have accidentally committed multiple unrelated files as a single commit, and upon review wish to clean up the branch history before merging by splitting the single commit into two separate commits.
Comments: 7
-
19 Jul, '21
Adam GregoryThis is a very important feature for me. I often re-organise commits on feature branches for large features. It's easy to do with TortoiseGit, and I really miss the feature in GitKraken.
-
08 Dec, '21
braykovThis is an important part of interactive rebase
-
16 Dec, '21
JohannesAs a new pro user i did not even consider this was not implemented :(
-
07 Jan, '22
KarstenI think the interactive rebase is among the best features of GitKraken, allowing to split files at a commit makes tons of sense. At the very least, marking a commit for editing (so that you can unstage some files, commit, stage some remaining files, commit etc.) during interactive rebase would be okay for me.
-
25 Feb, '22
Esteban Martinena GuerreroAbsolutely needed when working on teams. Some free and open-source Git GUI applications already have this, and I see myself switching to it to make these changes every week.
-
16 Jul, '22
Josh+1 when maintaining a very large open source project I must often fixup and split commits for new contributors
-
18 Apr
Rineez AhmedThis is very useful feature. Smart Git has it.