jemnotesversion 2 / featuring this entry or see all/search

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