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

From OpenFOAMWiki
(Books)
Line 21: Line 21:
 
=Books=
 
=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://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://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://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
+
* [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

  • 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