After fixing conflicts git still complains?

后端 未结 5 1518
半阙折子戏
半阙折子戏 2021-02-01 02:43

I usually rebase when I pull in changes from my teammates, and often time I have conflicts:

...
CONFLICT (content): Merge conflict in app/views/sear         


        
5条回答
  •  旧时难觅i
    2021-02-01 03:44

    I found myself in the same boat and git rebase --continue didn't help. Running rm -fr .git/rebase-apply fixed the issue though

提交回复
热议问题