Git Resources: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
To start with, there's GitHub's list of resources: https://help.github.com/articles/good-resources-for-learning-git-and-github/ | To start with, there's GitHub's list of resources: https://help.github.com/articles/good-resources-for-learning-git-and-github/ | ||
And awesome-git: https://github.com/dictcp/awesome-git | |||
=Books and Ebooks= | =Books and Ebooks= | ||
| Line 508: | Line 510: | ||
|notes=This video was the beginning of having everything really ''click'' with my understanding of how git works under the hood and how to utilize it effectively. The tinker toys help! | |notes=This video was the beginning of having everything really ''click'' with my understanding of how git works under the hood and how to utilize it effectively. The tinker toys help! | ||
}} | }} | ||
{{GitWebResource | |||
|name=Github Training and Guides | |||
|link=https://www.youtube.com/githubguides | |||
|notes=Nice video collection from Github that introduces some nice features of both git and github. Can be confusing for new users, who don't always know when certain functionality is specific to git or to github. | |||
{{GitWebResourcesFoot}} | {{GitWebResourcesFoot}} | ||
Revision as of 00:09, 2 April 2017
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/
And awesome-git: https://github.com/dictcp/awesome-git
Books and Ebooks
Books
Ebooks
Web Tutorials
These should be split up by audience.
Template:GitWebResourceFantastic
Template:GitWebResourceFantastic
Template:GitWebResourceFantastic
Video Tutorials
{{GitWebResource |name=Github Training and Guides |link=https://www.youtube.com/githubguides |notes=Nice video collection from Github that introduces some nice features of both git and github. Can be confusing for new users, who don't always know when certain functionality is specific to git or to github.