Quantcast
Viewing all articles
Browse latest Browse all 23

Answer by Allan for Undoing a git rebase

Charles's answer works, but you may want to do this:

git rebase --abort

to clean up after the reset.

Otherwise, you may get the message “Interactive rebase already started”.


Viewing all articles
Browse latest Browse all 23

Trending Articles