git resources

Tutorials and summaries

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: