标签:
~/.gitconfig 或 ~/.config/git/config:只针对当前用户的配置。(windows下该文件一般是C:\Users\$USER的 .gitconfig文件)config 文件(就是 .git/config):只针对当前仓库的配置。
"Story 182: Fix benchmarks for speed"命令提交更新。
git config --global user.name "John Doe" git config --global user.email johndoe@example.com
标签:
原文地址:http://www.cnblogs.com/markof/p/4886661.html