Wednesday, 15 December 2021

Git Rebase Abort

https://stackoverflow.com/questions/31252363/how-to-get-rid-of-you-are-currently-editing-a-commit


 git rebase --abort should abort the rebase operation and return to the previous state. But to be sure, what commands did you enter before?

edit: the output of git reflog can show you where the rebase started, it would look something like

No comments:

Post a Comment