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成神之路。
共有 0 条评论