Created
August 5, 2015 16:49
-
-
Save kenny-evitt/a412b2b9c6369c919f88 to your computer and use it in GitHub Desktop.
Relevant lines from my .gitconfig for DiffMerge on Windows
This file contains 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
[merge] | |
tool = diffmerge | |
[mergetool "diffmerge"] | |
trustExitCode = true | |
cmd = \"C:/Program Files/SourceGear/Common/DiffMerge/sgdm.exe\" --merge --result=\"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment