Skip to content

Instantly share code, notes, and snippets.

@brandonkelly
Created October 30, 2010 13:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonkelly/655304 to your computer and use it in GitHub Desktop.
Save brandonkelly/655304 to your computer and use it in GitHub Desktop.
Make 'git difftool' use Changes.app
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