版本控制

Wizardlsw發表於2014-06-24

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"

相關文章