Skip to content

Instantly share code, notes, and snippets.

@mja
Created December 16, 2010 18:40
Show Gist options
  • Save mja/743781 to your computer and use it in GitHub Desktop.
Save mja/743781 to your computer and use it in GitHub Desktop.
Using Changes.app as the difftool for git
[diff]
tool = chdiff
[difftool]
prompt = false
[difftool "chdiff"]
cmd = /usr/bin/env chdiff "$LOCAL" "$REMOTE"
@mja
Copy link
Author

mja commented Dec 16, 2010

Using Changes.app as your difftool in git

Just stick these lines in your ~/.gitconfig file, assuming you've already installed the chdiff command line tool.

Invoke with

git difftool

@JamesMcMahon
Copy link

Thanks for this. Changes seems to crash when you run difftool with the -d option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment