Git Resources: Difference between revisions
From charlesreid1
| Line 188: | Line 188: | ||
|link=https://www.atlassian.com/git/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 | |||
|name=GitRef | |||
|link=http://gitref.org/ | |||
|notes= | |||
}} | }} | ||
Revision as of 04:48, 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