views:

10

answers:

1

I like to use git on cygwin, but the only downside I have is when I want to git difftool I cannot use anything useful. git diff is fine for me most of the time, but sometimes I'd like to use winmerge to view these diffs via git difftool is there some way to set this up?

A: 

Check out this question and answer. Looks like that's what you may be after.

Rob Wilkerson