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?
I like to use git on cygwin, but the only downside I have is
Share
For cygwin, the SO question “How can I configure Mercurial to use WinMerge for merges, under cygwin?” can be applied to git (when combining the following winmerge script with the older question “use Winmerge inside of Git to file diff“)
Process
You have more details in this article “Git + WinMerge + Cygwin” (from Thiru Thirunavukarasu):
(but I would still recommend the
WinMergeU.exeoptions from above)(again, do some testing with those WinMerge options)
Scripts
If you want to go “all WinMerge”, both for diff and merge git functions, you have this gist page to follow from ecerulm (Ruben Laguna):