Skip to content

Instantly share code, notes, and snippets.

@dela3499
Created October 28, 2016 00:11
Show Gist options
  • Save dela3499/866f3e9d5611639fa077f39490979c72 to your computer and use it in GitHub Desktop.
Save dela3499/866f3e9d5611639fa077f39490979c72 to your computer and use it in GitHub Desktop.
Git merging
# http://stackoverflow.com/questions/11133290/git-merging-using-meld
[merge]
tool = mymeld
conflictstyle = diff3
[mergetool "mymeld"]
cmd = meld --diff $BASE $LOCAL --diff $BASE $REMOTE --diff $LOCAL $BASE $REMOTE $MERGED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment