I use Diffmerge as my external tool but I think this is more of a git/brancing question.
When I have a conflict in a merge, what do each of the three windows correspond to?
Say I'm on branch "dev" and want to merge master into it. I click merge - from fetched(master).. When I get conflicts and go to resolve I have the following three windows for my resolutions:
Local/base/remote
I understand local is what I have, base is what will result in the merge. Does remote mean what is currently in the branch that I'm merging FROM(master)?
I would assume so as it has the changes coming in, but I want to make sure.
thanks
I am not familiar with DiffMerge, so I cannot say which one is the file that will have the result (in most diff programs, base is in the middle and you merge into that from the two sides), but these are the inputs:
local: the file in the target (dev) branch
remote: the file in the source (master) branch
base: the file at the commit which is the last common ancestor of the two (the point where dev diverges from master)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.