Skip to content

Instantly share code, notes, and snippets.

@mustpax
Created August 12, 2011 17:45
Show Gist options
  • Save mustpax/1142545 to your computer and use it in GitHub Desktop.
Save mustpax/1142545 to your computer and use it in GitHub Desktop.
TextWrangler Diff with Git
git config --global --add "difftool.twdiff.cmd" 'twdiff --wait "$LOCAL" "$REMOTE"'
git config --global diff.tool twdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment