Cannot git merge --abort until git status

前端 未结 3 622
你的背包
你的背包 2020-12-19 07:11

First I merge sth, then conflicts occurs, so I git merge --abort, but failed, I have to do git status first, then git merge --abort su

3条回答
  •  轮回少年
    2020-12-19 08:06

    Is anything I'm doing wrong?

    No: the git merge --abort should have worked, without having to run git status first. Report a bug for whichever Git version you are using. Edit: 1.8.3.1 is positively ancient. You should upgrade if possible.

提交回复
热议问题