摘要: 1. Git Config:$gitconfig--globaluser.name"Shilin Yi"$gitconfig--globaluser.email "yishilin@gmail.com" 配置git的参数变量,它可以带以下2个参数: --system,针对系统的所有用户的,对应的配置文件在/etc/gitconfig --global,针对系统当前用户的,对应的配置文件在~/.gitconfig 不带参数,针对当前git仓库的,对应的配置文件在.git/config 如果在个人pc上使用git,加上参数--global即可 如果在公共服务 阅读全文
posted @ 2013-02-24 14:00 A Good Boy 阅读(262) 评论(0) 推荐(0)