Visual Studio 配置 winmerge

  同事给发的小Tip,记录一下。

  Merge代码时用winmerge还是挺方便的,记录一下配置方法。

  1. Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure User Tools.
  2. 选择 Add Compare and Merge seperately.
  3. 选择你的winMerge的路径(别的工具应该也一样)
  4. 配置参数
    1.   Compare: /x /e /ub /wl /dl %6 /dr %7 %1 %2
    2.        Merge: /x /e /ub /wl /dl %6 /dr %7 %1 %2 %4

  

posted @ 2019-12-25 17:46  DogTwo  阅读(567)  评论(0编辑  收藏  举报