- 关于安装路径:32位可选择安装目录,但64位建议使用默认安装目录,否则Git Extensions配置会出问题
- 安装参考网址 http://code.google.com/p/tortoisegit/downloads/list
- 下在安装msysgit(Git For Windows) http://msysgit.github.com/ http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git
- 下载安装Git Extensions(记得同时安装KDiff) http://code.google.com/p/gitextensions/downloads/list 选择SetupComplete.msi
- 下载安装TortoiseGit(请区别下载32位和64位) http://code.google.com/p/tortoisegit/downloads/list
- Visual Studio 工具-->选项-->Source Control-->选择Git Source
- VS项目右键-->Git-->Push将程序上传到GitHub
- VS项目右键-->Git-->Pull从GitHub下载程序