VS Team Explorer merge conflicts

xeraphim picture xeraphim · Nov 28, 2017 · Viewed 13.3k times · Source

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

Answer

Edmund Dipple picture Edmund Dipple · Nov 28, 2017

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