Git Resources: Difference between revisions
From charlesreid1
| Line 179: | Line 179: | ||
{{GitWebResource | {{GitWebResource | ||
|name=Getting Git Right | |name=git - the simple guide - no deep shit | ||
|link=https://www.atlassian.com/git/ | |link=http://rogerdudler.github.io/git-guide/ | ||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Getting Git Right: Tutorials | |||
|link=https://www.atlassian.com/git/tutorials/ | |||
|notes=This tutorial is a good all-around introduction to git, and the section on Collaborating (https://www.atlassian.com/git/tutorials/syncing) is particularly helpful. It stands out for a couple of reasons: simple language, an abundant use of simple figures, and including a discussion of each command. Figures aren't cluttered, and show one idea at a time. The use of color in the diagrams greatly enhances it. | |notes=This tutorial is a good all-around introduction to git, and the section on Collaborating (https://www.atlassian.com/git/tutorials/syncing) is particularly helpful. It stands out for a couple of reasons: simple language, an abundant use of simple figures, and including a discussion of each command. Figures aren't cluttered, and show one idea at a time. The use of color in the diagrams greatly enhances it. | ||
}} | }} | ||
{{GitWebResource | {{GitWebResource | ||
|name= | |name=Git User Manual | ||
|link= | |link=https://www.kernel.org/pub/software/scm/git/docs/user-manual.html | ||
|notes= | |notes=ABANDON ALL HOPE YE WHO ENTER HERE | ||
}} | }} | ||
{{GitWebResourcesFoot}} | {{GitWebResourcesFoot}} | ||
Revision as of 04:46, 24 July 2015
This page is an attempt at a git-awesome list: comprehensive list of resources related to Git. I have made a note of items that are particularly helpful to learning git or developing git abstractions.
To start with, there's GitHub's list of resources: https://help.github.com/articles/good-resources-for-learning-git-and-github/
Books and Ebooks
Books
Ebooks
Web Tutorials