gitvisual-studiomergeteam-explorer

VS Team Explorer merge conflicts


When merging our develop branch into my feature branch develop --> feature in Visual Studio, I get a merge conflict.
I have the possibility to choose from Take Source and Keep Target.

I want to take the file from the develop branch. Which one is the correct option?

enter image description here


Solution

  • In this case, you should Take Source. The "Source" is the develop branch and the "Target" is the feature branch.