Changes for page Getting Started with Git

Last modified by Bastian Triller on 2013/05/21 17:24

From version 95.1
edited by Kieran Kelleher
on 2011/08/10 22:12
Change comment: This paragraph is actually fairly inaccurate and the concepts are not accurate. Sorry Ray :-)
To version 88.1
edited by Kieran Kelleher
on 2011/08/12 14:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,6 +16,7 @@
16 16  = Learn About Git =
17 17  
18 18  * Learn the concepts.
19 +** Scott Chacon (of GitHub) Video Intro [[http://www.youtube.com/watch?v=ZDR433b0HJY]]
19 19  ** [[This>>http://www.eecs.harvard.edu/~~cduan/technical/git/]] is an excellent tutorial on the basic concepts behind Git
20 20  ** [[Git for Computer Scientists>>http://eagain.net/articles/git-for-computer-scientists/]] gives another good view on the underlying concepts
21 21  * Learn the basics.
... ... @@ -24,6 +24,7 @@
24 24  *** There is even a free epub version for your iPad/iPhone [[https://github.s3.amazonaws.com/media/progit.epub]]
25 25  
26 26  * Get familiar with the reference materials available online
28 +** [[Git Community Book!http:book.git-scm.com]]
27 27  ** Official [[Git Documentation>>http://git-scm.com/documentation]] Site
28 28  ** Official [[Git User Manual>>http://www.kernel.org/pub/software/scm/git/docs/user-manual.html]]
29 29  ** [[Git Reference>>http://gitref.org/index.html]]