Abort a Git Merge

前端 未结 3 1958
挽巷
挽巷 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:25

    as long as you did not commit you can type

    git merge --abort
    

    just as the command line suggested.

提交回复
热议问题