-
-
Save ssmythe/1b44f58b97624842529179a11d821a38 to your computer and use it in GitHub Desktop.
If you want to use diffmerge as your git mergetool, this is how you set it up.
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
# Install diffmerge on macOS | |
brew cask install diffmerge | |
# Set "diffmerge" as the default difftool globally: | |
git config --global diff.tool diffmerge | |
# Set "diffmerge" as the default mergetool globally: | |
git config --global merge.tool diffmerge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment