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
# clean the git config | |
git config --global --unset diff | |
git config --global --unset diff.external | |
git config --global --unset diff.tool | |
git config --global --unset difftool.prompt | |
git config --global --unset merge.tool | |
# configure for DiffMerge | |
# https://sourcegear.com/diffmerge/downloads.php | |
git config --global diff.tool diffmerge |