Git merge error “commit is not possible because you have unmerged files”

后端 未结 7 1112
陌清茗
陌清茗 2020-11-29 17:11

I forgot to git pull my code before editing it; when I committed the new code and tried to push, I got the error "push is not possible".

At tha

相关标签:
7条回答
  • 2020-11-29 17:41

    If you have fixed the conflicts you need to add the files to the stage with git add [filename], then commit as normal.

    0 讨论(0)
提交回复
热议问题