首页 > 其他 > 详细

beyond compare 4 作为 git 的 diff 工具

时间:2021-08-14 11:41:27      阅读:17      评论:0      收藏:0      [点我收藏+]

https://www.scootersoftware.com/support.php?zz=kb_vcs

 

 

Diff

At a Windows command prompt, enter the commands:
  git config --global diff.tool bc
  git config --global difftool.bc.path "c:/Program Files/Beyond Compare 4/bcomp.exe"

Note: For Git versions older than 2.2 (git --version) replace "bc" with "bc3" in the above instructions.

 

https://www.hack520.com/697.html

 

beyond compare 4 作为 git 的 diff 工具

原文:https://www.cnblogs.com/5free/p/15139602.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!