Difference between revisions of "Tip Starting points for using GIT"

From OpenFOAMWiki
(Books)
m (Wyldckat moved page Starting points for using GIT to Tip Starting points for using GIT: Make the page complicit with the tips section)
(No difference)

Revision as of 17:12, 1 March 2014

1 Tutorials

2 Workflow examples

3 Cheat Sheet

4 Books

  • Official Manual - written by Linus Torvalds and a few other authors
  • 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
  • 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
  • Git Magic - A small and digestible overview of the main concepts