Git Resources: Difference between revisions
From charlesreid1
(→Books) |
(→Books) |
||
| Line 14: | Line 14: | ||
{{GitBook | {{GitBook | ||
|title= | |title=Pro Git | ||
|author= | |author=Chacon and Straub | ||
|publisher= | |publisher=Apress | ||
|notes=The | |notes=The Doorstop | ||
}} | }} | ||
{{GitBook | {{GitBook | ||
|title= | |title=Git Recipes: A Problem-Solution Approach | ||
|author= | |author=Gajda | ||
|publisher=Apress | |publisher=Apress | ||
|notes= | |notes= | ||
}} | }} | ||
| Line 35: | Line 35: | ||
{{GitBook | {{GitBook | ||
|title=Git | |title=Learn Git in a Month of Lunches | ||
|author= | |author=Rick Umail | ||
|publisher= | |publisher=Manning | ||
|notes= | |notes= | ||
}} | |||
{{GitBook | |||
|title=Version Control with Git: Powerful tools and techniques for collaborative software development | |||
|author=Loelinger and McCullough | |||
|publisher=O'Reilly | |||
|notes=The Bat Book | |||
}} | }} | ||
| Line 49: | Line 56: | ||
{{GitBook | {{GitBook | ||
|title= | |title=Introducing GitHub: A Non-Technical Guide | ||
|author= | |author=Bell and Beer | ||
|publisher= | |publisher=O'Reilly | ||
|notes=The Chameleon Book | |||
}} | |||
{{GitBook | |||
|title=Git Essentials | |||
|author=Santacroce | |||
|publisher=Packt | |||
|notes= | |notes= | ||
}} | }} | ||
| Line 63: | Line 77: | ||
{{GitBook | {{GitBook | ||
|title= | |title=Git: Version Control for Everyone | ||
|author= | |author=Somasundaram | ||
|publisher= | |publisher=Packt | ||
|notes= | |notes= | ||
}} | }} | ||
| Line 81: | Line 95: | ||
|publisher=Pragmatic Bookshelf | |publisher=Pragmatic Bookshelf | ||
|notes=May be same as above, but not sure. | |notes=May be same as above, but not sure. | ||
}} | }} | ||
Revision as of 04:20, 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.