码迷,mamicode.com
首页 > 其他好文 > 详细

git 配置

时间:2017-07-17 18:43:56      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:差异分析   bsp   lob   文本编辑   分析工具   用户目录   too   目录   xxxxxx   

git 配置文件: .gitconfig 在当前用户目录下(/home/xxxx/.gitconfig)。

配置的命令:

用户名: git config  --global user.name "xxxx"

邮箱:    git config  --global user.emal  xxxxxxxxxx@xxxx

文本编辑器: git config  --global core.editor vim

差异分析工具:  git config --global merge.tool vimdiff

 

git 配置

标签:差异分析   bsp   lob   文本编辑   分析工具   用户目录   too   目录   xxxxxx   

原文地址:http://www.cnblogs.com/ganya/p/7196629.html

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