I was going to do a rebase to delete my last commit but I didn\'t want to finish so I exited. (I realize this probably was not the best way to go about it, but it\'s done) I gue
Before you try the following, make sure you stash or commit any uncommitted changes first, or you will lose them irrevocably.
stash
commit
Then try to do a git rebase --abort.
git rebase --abort