Tip Starting points for using GIT

From OpenFOAMWiki
Revision as of 12:26, 29 January 2011 by Henrik (Talk | contribs)

1 Tutorials

2 Workflow examples

3 Cheat Sheet

4 Books

  • [1][Official Manual] - written by Linus Torvalds and a few other authors
  • [2][Git from the bottom up] - Save this for the end and only if you want to become a Git expert. This book explains how Git stores its objects and dives deep into the Git internals. You don’t really need to know any of this to be a happy Git user
  • [3][Pro Git]] - This is a free PDF book written by Scott Chacon, a Git expert who happens to be also very good at explaining Git concepts very clearly
  • [4][Git Magic] - A small and digestible overview of the main concepts