How to set up SourceGear DiffMerge as the diff/merge tool for Visual Studio?

后端 未结 4 1429
执笔经年
执笔经年 2021-02-04 11:26

I am using TFS for source control, but I want to use SourceGear DiffMerge for viewing file differences and doing merges. I found the Tools -> Options -> Source Control -> Visua

4条回答
  •  名媛妹妹
    2021-02-04 12:03

    These are the SourceGear settings that I use:

    C:\Program Files\SourceGear\Common\DiffMerge\sgdm.exe

    Compare:

    /t1=%6 /t2=%7 %1 %2
    

    Merge:

    /m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1
    

提交回复
热议问题