标签:
git操作手册
1.阅读http://git-scm.com/book/zh/v2 和 progit这本书
2.下载git-for-windows
3.看看 git-flow --> 一个成功的Git分支模型 http://www.juvenxu.com/2010/11/28/a-successful-git-branching-model/
4.你若需要本地搭建一个,那就用gitlab https://about.gitlab.com/downloads/#centos6
5.git 互动学习。http://pcottle.github.io/learnGitBranching/
6.图解git http://my.oschina.net/xdev/blog/114383?fromerr=sbBy25fD
7.git 前言 http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/index.html
8.github https://help.github.com/
git命令
标签:
原文地址:http://www.cnblogs.com/amazinggang/p/5198631.html