Last active
April 20, 2016 16:15
-
-
Save krypty/4a4c61c34e87d073db95 to your computer and use it in GitHub Desktop.
gitconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # meld a mettre dans le path | |
| [diff] | |
| tool = meld | |
| keepBackup = false | |
| prompt = false | |
| [merge] | |
| tool = meld | |
| keepBackup = false | |
| prompt = false | |
| [mergetool "kdiff3"] | |
| path = C:/Program Files/KDiff3/kdiff3.exe | |
| trustExitCode = false | |
| [mergetool "meld"] | |
| cmd = meld.exe \"$BASE\" \"$LOCAL\" \"$REMOTE\" \\\"$MERGED\" | |
| [difftool "meld"] | |
| cmd = meld.exe \"$LOCAL\" \"$REMOTE\" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no more used...