I have two git branches. They've both been undergoing development separately. When I do a do a git mergetool
to use Tortoisemerge to resolve some merge conflicts, I get this error:
Tortoisemerge cannot be used without a base.
Perhaps I'm missing something in the git docs. Nothing I've seen seems quite like what I want to do:
Perform a git merge. In the case of a normal file conflict with no BASE that git can figure out by default, just use the local version of the file as the BASE.
Is there some way to do this?