标签:strong 十分 输入 ubuntu 图形 config apt too install
kdiff3是个优秀的图像化代码比较与合并工具,安装也十分容易:
sudo apt-get install kdiff3
git config --global merge.tool kdiff3
安装完成。
遇到代码要手动合并的时候,输入
git mergetool
即可打开图形化合并工具。
标签:strong 十分 输入 ubuntu 图形 config apt too install
原文地址:https://www.cnblogs.com/liuwei0773/p/9342992.html