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

From OpenFOAMWiki
(Workflow examples)
Line 18: Line 18:
 
* [http://jan-krueger.net/development/git-cheat-sheet-take-two Jan Krüger]
 
* [http://jan-krueger.net/development/git-cheat-sheet-take-two Jan Krüger]
 
* [http://jan-krueger.net/development/git-cheat-sheet-extended-edition Jan Krüger - extended]
 
* [http://jan-krueger.net/development/git-cheat-sheet-extended-edition Jan Krüger - extended]
 +
 +
=Books=
 +
 +
* [http://www.kernel.org/pub/software/scm/git/docs/user-manual.html][Official Manual] - written by Linus Torvalds and a few other authors
 +
* [http://ftp.newartisans.com/pub/git.from.bottom.up.pdf][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
 +
* [http://progit.org/book][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
 +
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/][Git Magic] - A small and digestible overview of the main concepts
  
 
[[Category:Develop]]
 
[[Category:Develop]]

Revision as of 12:26, 29 January 2011

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