Skip to content

Instantly share code, notes, and snippets.

@zefer
Created February 22, 2011 11:20
Show Gist options
  • Save zefer/838532 to your computer and use it in GitHub Desktop.
Save zefer/838532 to your computer and use it in GitHub Desktop.
config to use SmartSynchronize as a Git diff-viewer
[diff]
tool = smartsynchronize
[difftool "smartsynchronize"]
cmd = /Applications/SmartSynchronize.app/smartsynchronize.sh "$LOCAL" "$REMOTE"
[difftool]
prompt = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment