How to use Winmerge with Git Extensions?
        Posted  
        
            by sebastiaan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sebastiaan
        
        
        
        Published on 2010-03-18T07:54:18Z
        Indexed on 
            2010/03/18
            8:01 UTC
        
        
        Read the original article
        Hit count: 1189
        
I'm using Git Extensions and it pre-installs and sets up KDiff as the diff tool to solve merge conflicts. I'm very fond of Winmerge though and would like to replace KDiff with Winmerge.
In the Git Extensions settings, there are settings to change the Mergetool, but I can't seem to figure out what syntax I should use and why. There seem to be 4 variables: $BASE, $LOCAL, $REMOTE, $MERGED. It seems that I should pass these to WinMergeU.exe, but with which command line parameters?
I've tried to search for this a few times, but there is no answer that actually seems to work.
© Stack Overflow or respective owner