Trouble merging upstream changes back into my branch

前端 未结 5 491
情书的邮戳
情书的邮戳 2020-12-12 22:17

I\'m running into conflicts while trying to merge upstream changes back into my branch and I\'m not sure how to resolve them.

I created my own fork. I cloned it. I m

5条回答
  •  隐瞒了意图╮
    2020-12-12 22:44

    What you are seeing means that automatic merge could not resolve the conflicts in the files. You need to resolve these conflicts manually. Run git mergetool or git gui.

提交回复
热议问题