git resources¶
Tutorials and summaries¶
- github help有一系列的操作指南。
- learn.github有一系列精彩的教程
- pro git book是一本关于git的好书。
- git cheat sheet是一个给出常用命令的摘要的页面。
- git用户手册
- git教程
- git社区图书
- git ready - 一系列精彩的教程
- git casts - 提供git how-tos的视频片段。
- git magic - 中间细节的扩展介绍
- git parable是一个简单的解释git背后的概念。
- 我们自己的git foundation在git parable上展开。
- Fernando Perez的git页 - Fernando的git页 - 许多链接和提示
- 在git概念上的一个很好但技术性的网页
- git svn crash course:git对于我们用于subversion
Advanced git workflow¶
有许多方法可以使用git;这里有一些关于经验规则的帖子,其他项目已经提出:
- Linus Torvalds对git管理
- Linus Torvalds在linux git工作流程。概要;使用git工具使您的编辑历史尽可能干净;从上游编辑合并尽可能少的分支,你在做积极的发展。
Manual pages online¶
You can get these on your own machine with (e.g) git help push
or (same thing) git push --help
, but, for convenience, here are the online manual pages for some common commands: