标签:style blog http color io ar sp 文件 div
git --version && which git
全局变量“user.name”和“user.email”:
git config --global user.name "用户名" git config --global user.email "邮箱"
查看这两个配置
git config --global --list # 也可以直接查看配置文件,如下: cd ~ && cat .gitconfig
再添加一个输出着色
git config --global color.ui true
git help <command>
# 如:git help git-clone
标签:style blog http color io ar sp 文件 div
原文地址:http://www.cnblogs.com/QCCQ/p/up-and-runnning-with-Git.html