代码改变世界

版本控制

2014-06-24 00:21  Wizardlsw  阅读(135)  评论(0编辑  收藏  举报

http://blogs.msdn.com/b/visualstudioalm/archive/2013/03/08/use-the-git-command-prompt-to-supplement-visual-studio.aspx

 

GIT

 https://help.github.com/articles/set-up-git

http://my.oschina.net/silentboy/blog/220158

https 方式使用git@osc设置密码的方式: http://my.oschina.net/silentboy/blog/217766

 

commands:

git config --global user.name "YOUR NAME"
git config --global user.email "YOUR EMAIL ADDRESS"