码迷,mamicode.com
首页 > 其他好文 > 详细

Git 中设置更改 文件对比程序 的方法

时间:2017-11-15 21:48:40      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:ogr   文件   git bash   files   exe   oca   文件对比   路径   diff   

假设要改成KDiff3,那就把它取名为kdiff3.另外还要找到它的执行文件的完整路径,然后就可以在 Git Bash 中执行一下指令,完成设置了。

指令:git config --global diff.tool kdiff3

      git config --global difftool.kdiff3.cmd/

      " ‘D:/Program Files/KDiff3/kdiff3.exe‘ / "/ $LOCAL/" / " /$REMOTE/ ""

Git 中设置更改 文件对比程序 的方法

标签:ogr   文件   git bash   files   exe   oca   文件对比   路径   diff   

原文地址:http://www.cnblogs.com/fanqie-006/p/7840537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!