Skip to content

Instantly share code, notes, and snippets.

@vpetruchok
vpetruchok / git-merge-diff3.txt
Last active March 17, 2016 11:25
git merge.conflictStyle (diff3)
# 3-way merge style
git config merge.conflictstyle diff3
# 2-way merge style (by default)
git config merge.conflictstyle merge