|
|
|
|
|
by sunshowers
297 days ago
|
|
If you're in the middle of a git rebase -i of a stack of 20 commits, and realize while editing commit 15 that you made a mistake at commit 8, how do you go back and edit commit 8 without having to complete the rebase -i? This is not contrived — this is an entirely realistic scenario that I use jj to handle all the time. |
|
You could also keep the rebased commits, abort the rebase, rebase the already rebased commits and then continue the first rebase.