After fixing conflicts git still complains?

后端 未结 5 1500
半阙折子戏
半阙折子戏 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条回答
  •  隐瞒了意图╮
    2021-02-01 03:19

    When this happened to me, I managed to solve it after realizing I had edited (and added to the index) during the rebase a file which does not have a conflict, I guessed this might be wrong. So I used git checkout -- , and then git rebase --continue, and it worked.

提交回复
热议问题