同事给发的小Tip,记录一下。
Merge代码时用winmerge还是挺方便的,记录一下配置方法。
- Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure User Tools.
- 选择 Add Compare and Merge seperately.
- 选择你的winMerge的路径(别的工具应该也一样)
- 配置参数
- Compare: /x /e /ub /wl /dl %6 /dr %7 %1 %2
- Merge: /x /e /ub /wl /dl %6 /dr %7 %1 %2 %4