Skip to content

Instantly share code, notes, and snippets.

@0livare
Created August 26, 2015 16:23
Show Gist options
  • Save 0livare/dcf3e1e89f9c4184febc to your computer and use it in GitHub Desktop.
Save 0livare/dcf3e1e89f9c4184febc to your computer and use it in GitHub Desktop.
Using Meld with Git
[diff]
tool = meld
[difftool]
prompt = false
[difftool "meld"]
path = C:\\Program Files (x86)\\Meld\\Meld.exe
[merge]
tool = meld
[mergetool "meld"]
path = C:\\Program Files (x86)\\Meld\\Meld.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment