Visual Studio 2013 does not offer to do merge on Git pull

后端 未结 5 615
醉话见心
醉话见心 2020-12-28 13:52

I\'m working with Visual Studio 2013 Update 4 and git (hosted on Visual Studio Online). I have 2 local commits and 2 commits in remote branch. There are NO local changes to

5条回答
  •  误落风尘
    2020-12-28 14:39

    In my case I could not see the Resolve the conflicts option because I had local changes not committed yet and I was trying to sync with the remote changes. As soon as I committed my local changes and then tried a sync again, Resolve the conflicts link appeared.

    So the point here is: commit your changes first and then try to sync. A merge will start and Visual Studio will allow you to go through each of the conflicts.

    enter image description here

提交回复
热议问题