Frequently-used GIT command

clone一个repo [crayon-68014b350e51d581253498/] 获取并且整合另外一个repos到本地repos refs [crayon-68014b350e521848534337/] 上传本地repo branch到remote branch [crayon-68014b350e523596006879/] 获取remote的branch的更新 [crayon-68014b350e524696662404/] 设置local branch的tracking remote branch [crayon-68014b350e525101401877/]  

Visual Studio support GIT

今天偶然发现了微软的VS居然也支持GIT了,http://www.visualstudio.com/get-started/share-your-code-in-git-vs。 这个对于我这个完美主义者就是一个好消息啊,之前我都是用msysgit手动做版本库的。 不过VS正式支持GIT是在2013版本之后,2012版本需要下载一个插件才能支持。http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c。同时2012要下载一个插件http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=39305。  

版本控制-GIT

如何使用GIT管理代码,基本翻译自Reilly.Version.Control.with.Git.2009.pdf