Abort a Git Merge

前端 未结 3 1956
挽巷
挽巷 2021-01-30 06:10

I am working on a project using Git as the VCS. I got a branch xyz cut from the mainline branch of master. After working for a while, I committed my code and took a

3条回答
  •  旧巷少年郎
    2021-01-30 06:21

    If you do "git status" while having a merge conflict, the first thing git shows you is how to abort the merge.

提交回复
热议问题