Created
May 21, 2014 20:16
-
-
Save willis7/ce22475f108d3dfecdbf to your computer and use it in GitHub Desktop.
Revisions
-
Brice Lambson revised this gist
Mar 19, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,11 +3,11 @@ Open TortoiseGit > Settings, and click on Diff Viewer. Under the *Configure the program used for comparing different revisions of files* section, select External, and add the following into the text box. ``` WinMergeU.exe /r /e /x /u /wl %base %mine ``` Click on Merge Tool to the left, select External, enter the following. ``` WinMergeU.exe /e /u %merged ``` -
Brice Lambson created this gist
Mar 16, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ Open TortoiseGit > Settings, and click on Diff Viewer. Under the *Configure the program used for comparing different revisions of files* section, select External, and add the following into the text box. ``` "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /r /e /x /u /wl %base %mine ``` Click on Merge Tool to the left, select External, enter the following. ``` "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /x /wl /u %theirs %mine %merged ```