Created
October 30, 2010 13:41
-
-
Save brandonkelly/655304 to your computer and use it in GitHub Desktop.
Make 'git difftool' use Changes.app
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
After clicking Changes > Install Terminal Utility…, add this to ~/.gitconfig: | |
[diff] | |
tool = changes-app | |
[difftool "changes-app"] | |
cmd = /usr/bin/chdiff $LOCAL $REMOTE | |
[difftool] | |
prompt = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment