Pro Git
professional version control
This is an in-progress translation.
To help translate the book, please fork the book at GitHub and push your contributions.
To help translate the book, please fork the book at GitHub and push your contributions.
1. 起步
2. Git 基础
3. Git 分支
4. 服务器上的 Git
- 4.1 - 协议
- 4.2 - 在服务器部署 Git
- 4.3 - 生成 SSH 公钥
- 4.4 - 架设服务器
- 4.5 - 公共访问
- 4.6 - 网页界面 GitWeb
- 4.7 - 权限管理器 Gitosis
- 4.8 - Git 进程
- 4.9 - Git 托管服务
- 4.10 - 小节
5. 分布式 Git
6. Git 工具
- 6.1 - 修订版本(Revision)选择
- 6.2 - 交互式暂存
- 6.3 - 储藏(Stashing)
- 6.4 - 重写历史
- 6.5 - 使用 Git 调试
- 6.6 - 子模块
- 6.7 - 子树合并
- 6.8 - 总结
7. 自定义 Git
- 7.1 - 配置 Git
- 7.2 - Git属性
- 7.3 - Git挂钩
- 7.4 - An Example Git-Enforced Policy
- 7.5 - Summary
8. Git 与其他系统
- 8.1 - Git 与 Subversion
- 8.2 - 迁移到 Git
- 8.3 - 总结
9. Git 内部原理
- 9.1 - 底层命令 (Plumbing) 和高层命令 (Porcelain)
- 9.2 - Git 对象
- 9.3 - Git References
- 9.4 - Packfiles
- 9.5 - The Refspec
- 9.6 - 传输协议
- 9.7 - 维护及数据恢复
- 9.8 - 总结