当前位置:   article > 正文

如何在ubuntu中使用GIT GUI_ubuntu git gui

ubuntu git gui


安装git:
sudo apt-get update
sudo apt-get install git 

安装git gui:
sudo apt-get install git-gui

配置git:
git config --global user.name "Your Name"
git config --global user.email "youremail@example.com"
git config --global core.editor nano
git config --global merge.tool vimdiff

注意事项:
安装了git-gui,打开以后出现以下提示:
Spell checking is unavable:
error:No word lists can be found for the language "zh_CN"
原因:打开的时候会进行拼写检查
解决方法:
gedit ~/.gitconfig,然后在文件末尾追加以下内容:
[gui]
spellingdictionary = none

使用方法:

在工程文件夹中输入git gui,回车

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/492474
推荐阅读
相关标签
  

闽ICP备14008679号