Skip to content

Instantly share code, notes, and snippets.

@chinhodado
Created April 22, 2014 13:55
Show Gist options
  • Save chinhodado/11180193 to your computer and use it in GitHub Desktop.
Save chinhodado/11180193 to your computer and use it in GitHub Desktop.
.gitconfig for using Meld with SourceTree on Windows
[user]
name = foo
email = foo@bar.com
[core]
autocrlf = true
[difftool "sourcetree"]
cmd = 'C:/Program Files (x86)/Meld/meld/meld.exe' \"$LOCAL\" \"$REMOTE\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment