码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu下Git安装图形化代码合并工具kdiff3

时间:2018-07-20 19:04:18      阅读:505      评论:0      收藏:0      [点我收藏+]

标签:strong   十分   输入   ubuntu   图形   config   apt   too   install   

kdiff3是个优秀的图像化代码比较与合并工具,安装也十分容易:

sudo apt-get install kdiff3

git config --global merge.tool kdiff3

安装完成。

遇到代码要手动合并的时候,输入

git mergetool

即可打开图形化合并工具。

Ubuntu下Git安装图形化代码合并工具kdiff3

标签:strong   十分   输入   ubuntu   图形   config   apt   too   install   

原文地址:https://www.cnblogs.com/liuwei0773/p/9342992.html

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