Mar 27
Here are some ways of resolving a conflicted merge in git.
git checkout --theirs filename # or git checkout --ours filename # or, for an interactive interface git mergetool
git checkout --theirs filename # or git checkout --ours filename # or, for an interactive interface git mergetool