Skip to content

Instantly share code, notes, and snippets.

@4F2E4A2E
Last active October 12, 2017 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4F2E4A2E/fa8a6b58a778497cbfdf9d124e483f87 to your computer and use it in GitHub Desktop.
Save 4F2E4A2E/fa8a6b58a778497cbfdf9d124e483f87 to your computer and use it in GitHub Desktop.
Meldmerge git configuration: http://meldmerge.org
Edit:
vim ~/.gitconfig
---
[diff]
tool = meld
[difftool]
prompt = false
[difftool "meld"]
cmd = meld "$LOCAL" "$REMOTE"
[alias]
meld = !git difftool --dir-diff
[user]
email = user.name@acme.com
name = username
---
Usage:
git meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment