同事给发的小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

  

相关文章:

  • 2021-09-06
  • 2021-10-20
  • 2021-05-31
  • 2021-09-16
  • 2021-12-13
  • 2021-04-15
  • 2021-11-01
猜你喜欢
  • 2022-03-09
  • 2021-12-15
  • 2021-09-14
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案