In the middle of a long rebase I stumbled upon a following situation.
I got conflicts in several files and started resolving them one by one and marking resolutions with git add
. After all was done I realized I made a mistake in one of resolutions. What to do now?
I know I can always issue git rebase --abort
and start afresh, but is where a more selective way to just rollback a single commit resolution added to index?