Created
March 31, 2018 03:25
-
-
Save samuraitruong/9a09eb6f83bb2caa4c9fc28e1f0e0338 to your computer and use it in GitHub Desktop.
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
| git config --global --add merge.tool kdiff3 | |
| git config --global --add mergetool.kdiff3.path "C:/Program Files/KDiff3/kdiff3.exe" | |
| git config --global --add mergetool.kdiff3.trustExitCode false | |
| git config --global --add diff.guitool kdiff3 | |
| git config --global --add difftool.kdiff3.path "C:/Program Files/KDiff3/kdiff3.exe" | |
| git config --global --add difftool.kdiff3.trustExitCode false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment