博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
不同的source control下配置DiffMerge
阅读量:4639 次
发布时间:2019-06-09

本文共 554 字,大约阅读时间需要 1 分钟。

TFS:

1. 打开Option -> Source Control -> Visual Studio TFS -> Configure User Tools;

2. 添加 .*, Compare, C:\Program Files (x86)\SourceGear\DiffMerge\DiffMerge.exe, /title1=%6 /title2=%7 %1 %2;

3. 添加 .*, Merge, C:\Program Files (x86)\SourceGear\DiffMerge\DiffMerge.exe, /title1=%6 /title2=%8 /title3=%7 /result=%4 %1 %3 %2;

 

GIT:

1. 打开Option -> Source Control -> Git Source Control Provider Options -> Configure User Tools;

2. 在External diff tool里指定: C:\Program Files (x86)\SourceGear\DiffMerge\DiffMerge.exe;

转载于:https://www.cnblogs.com/chyspace/p/3305559.html

你可能感兴趣的文章
python学习笔记之函数装饰器
查看>>
FEM计算2D瞬态热传导方程
查看>>
四年时光,匆匆而过
查看>>
【php】【psr】psr1 基础编码规范
查看>>
WAF SSI
查看>>
LDAP & it's implementation
查看>>
Apache HttpComponents中的cookie匹配策略
查看>>
冰封的海盗攻略
查看>>
python from entry to abandon
查看>>
Netty4.x中文教程系列(四) 对象传输
查看>>
linux下find命令使用举例、
查看>>
GET请求在Tomcat中的传递及URI传递
查看>>
ubuntun 服务器与Mac
查看>>
重温JSP学习笔记--与日期数字格式化有关的jstl标签库
查看>>
java-Date-DateFormat-Calendar
查看>>
封装CLLocationManager定位获取经纬度
查看>>
我的第一篇博客-(Eclipse中或Myeclipse中如果不小心删除了包那可怎么办?)
查看>>
对easyui datagrid组件的一个小改进
查看>>
类似以下三图竞争关系的IT企业
查看>>
Qt5启动画面
查看>>