TortoiseGit Integration
Last modified: October 23, 2019
Setting Up Diff Tool
In order to set Code Compare as the default diff tool for TortoiseGit, perform the following steps:
- In Windows Explorer, select TortoiseGit -> Settings from the TortoiseGit popup menu.
- Navigate to Settings->External Programs->Diff Viewer.
- On the Diff Viewer page, select the External radio button.
-
Enter the following data in the respective fields:
Command: “[InstallationDir]\CodeCompare.exe”
Arguments: %base %mine
Setting Up Merge Tool
In order to set Code Compare as the default merge tool for TortoiseGit, perform the following steps:
- In Windows Explorer, select TortoiseGit -> Settings from the TortoiseGit popup menu.
- Navigate to Settings->External Programs->Merge Tool.
- On the Merge Tool page, select the External radio button.
-
Enter the following data in the respective fields:
Command: “[InstallationDir]\CodeMerge.exe”
Arguments: /TF=%theirs /MF=%mine /RF=%merged /BF=%base /REMOVEFILES
Note
Use your product installation folder instead of [InstallationDir]. By default, it is C:\Program Files\Devart\Code Compare.
Was this page helpful?