fatal: Could not open file .git/rebase-merge/done for reading: No such file or directory

后端 未结 4 758
走了就别回头了
走了就别回头了 2021-02-03 17:21

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

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-03 17:43

    Before you try the following, make sure you stash or commit any uncommitted changes first, or you will lose them irrevocably.

    Then try to do a git rebase --abort.

提交回复
热议问题