1
vote
2answers
531 views

diff3-like program for windows?

I'm a linux user, and normally I use kdiff3 to compare 3 (text) files between each others (for example, when there are svn conflics). I know of various programs to do that (like diff3 or meld) but ...
5
votes
2answers
3k views

Doing a three-way compare with Git and KDiff3

Is it possible to set Git up so that I can use the three-way compare in KDiff3? I have two branches that are far too different to auto-merge them, I simply have to check each merge point and I think ...