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

  

猜你喜欢

转载自www.cnblogs.com/dogtwo0214/p/12098062.html