Last active
March 17, 2016 11:25
-
-
Save vpetruchok/55eb4ff89cbbc182ef89 to your computer and use it in GitHub Desktop.
git merge.conflictStyle (diff3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 3-way merge style | |
git config merge.conflictstyle diff3 | |
# 2-way merge style (by default) | |
git config merge.conflictstyle merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment