Skip to content

Instantly share code, notes, and snippets.

@bregenspan
Created May 25, 2013 00:53
Show Gist options
  • Save bregenspan/5647470 to your computer and use it in GitHub Desktop.
Save bregenspan/5647470 to your computer and use it in GitHub Desktop.
Git merge config to use Meld as merge tool (with the middle pane representing the merge target, unlike the crappy default where middle pane is BASE)
[merge]
tool = mymeld
conflictstyle = diff3
[mergetool "mymeld"]
cmd = meld --diff $LOCAL $MERGED $REMOTE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment