A good online git doc for beginner
-
1. 起步
-
2. Git 基础
-
3. Git 分支
- 3.1 - 何谓分支
- 3.2 - 基本的分支与合并(merge)
- 3.3 - 分支管理
- 3.4 - 分支式工作流程
- 3.5 - 远程(Remote)分支
- 3.6 - 小结
-
4. 服务器上的Git
- 4.1 - The Protocols
- 4.2 - Getting Git on a Server
- 4.3 - Generating Your SSH Public Key
- 4.4 - Setting Up the Server
- 4.5 - Public Access
- 4.6 - GitWeb
- 4.7 - Gitosis
- 4.8 - Git Daemon
- 4.9 - Hosted Git
- 4.10 - Summary