Git Resources: Difference between revisions
From charlesreid1
| Line 11: | Line 11: | ||
=Web Tutorials= | =Web Tutorials= | ||
{ | {{GitWebResourcesHead}} | ||
{{GitWebResource | |||
|name=Getting Git Right | |||
|link=https://www.atlassian.com/git/ | |||
|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. | |||
|Getting Git Right | |||
|https://www.atlassian.com/git/ | |||
|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. | |||
Compare the explanation of git push from the Atlassian page to the one from git's documentation: | Compare the explanation of git push from the Atlassian page to the one from git's documentation: | ||
| Line 38: | Line 35: | ||
[[Image:AtlassianPushing.png|300px]] | [[Image:AtlassianPushing.png|300px]] | ||
}} | |||
{{GitWebResourcesFoot}} | |||
=Video Tutorials= | =Video Tutorials= | ||
=Talks= | =Talks= | ||
Revision as of 03:58, 24 July 2015
This page contains a collection of git-related resources.
First, there's GitHub's list of resources: https://help.github.com/articles/good-resources-for-learning-git-and-github/
Notes
The page below is an attempt at a comprehensive list of resources around Git. I have made a note of items that are particularly helpful to developing git abstractions.