Skip to content

Instantly share code, notes, and snippets.

@fdeitelhoff
Created November 11, 2013 16:31
Show Gist options
  • Save fdeitelhoff/7416057 to your computer and use it in GitHub Desktop.
Save fdeitelhoff/7416057 to your computer and use it in GitHub Desktop.
Git configuration to use the diff-doc JavaScript diff script.
[diff]
tool = wdiff
[difftool "wdiff"]
cmd="wscript.exe \"c:\\Program Files\\TortoiseGit\\Diff-Scripts\\diff-doc.js\" \"$LOCAL\" \"`pwd`/$REMOTE\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment