git全局设置

git config --global user.name "yubb"
git config --global user.email "[email protected]"
git config --global core.editor vim //设置默认编辑器为vim, git默认编辑器为nano
git config --global commit.template ~/.gitmessage.txt //运行 git commit 时显示在你的编辑器中的默认信息

新安装的git在~/目录下没有.gitconfig文件,输入上面的指令全局设置之后,系统会自动在 ~/.gitconfig文件中写入以下内容:<

git全局设置最先出现在Python成神之路

版权声明:
作者:Mr李
链接:https://www.techfm.club/p/14679.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>