安装 kdiff3
sudo apt install kdiff3
配置 git 的 diff 和 merge 工具为 kdiff3
git config --global merge.tool kdiff3
git config --global diff.tool kdiff3
当 merge 发生冲突时, 使用 kdiff3 解决冲突
git mergetool
git 配置默认编辑器为 vim
git config --global core.editor vim
sudo apt install kdiff3
git config --global merge.tool kdiff3
git config --global diff.tool kdiff3
git mergetool
git config --global core.editor vim
本文标题:ubuntu git 配置 kdiff3 vim
本文链接:https://www.haomeiwen.com/subject/caspnktx.html
网友评论