Git Resources: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 190: | Line 190: | ||
|notes=Another really fantastic interactive webapp for learning git. Can't stress this enough - webapps are fantastic for use as education tools. Use them! | |notes=Another really fantastic interactive webapp for learning git. Can't stress this enough - webapps are fantastic for use as education tools. Use them! | ||
}} | }} | ||
{{GitWebResource | {{GitWebResource | ||
|name=git - the simple guide - no deep shit | |name=git - the simple guide - no deep shit | ||
| Line 214: | Line 215: | ||
}} | }} | ||
{{GitWebResource | |||
|name=Git Magic | |||
|author= | |||
|link=http://www-cs-students.stanford.edu/~blynn/gitmagic/ | |||
|notes=Multilingual | |||
}} | |||
{{GitWebResource | |||
|name=CodeSchool: Git | |||
|author= | |||
|link=https://www.codeschool.com/paths/git | |||
|notes=Similar to GitHub link above, not sure what the difference is. | |||
}} | |||
{{GitWebResource | |||
|name=Pro Git Book Website | |||
|author=Chacon and Straub | |||
|link=https://progit.org/ | |||
|notes=The contents of this book are available online, in multiple book formats. | |||
}} | |||
{{GitWebResource | |||
|name=A Git Primer | |||
|author=Daniel Miessler | |||
|link=https://danielmiessler.com/study/git/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git Immersion | |||
|author= | |||
|link=http://gitimmersion.com/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git Koans | |||
|author=Steve Losh | |||
|link=http://stevelosh.com/blog/2013/04/git-koans/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git How To | |||
|author= | |||
|link=http://githowto.com/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=How To Use Git | |||
|author=Digital Ocean | |||
|link=https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=How To Use Git and GitHub | |||
|author=Udacity | |||
|link=https://www.udacity.com/course/how-to-use-git-and-github--ud775 | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git for Computer Scientists | |||
|author= | |||
|link=http://eagain.net/articles/git-for-computer-scientists/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git Ready | |||
|author= | |||
|link=http://gitready.com/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Think Like (a) Git | |||
|author= | |||
|link=http://think-like-a-git.net/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Team Treehouse: Git Basics | |||
|author= | |||
|link=http://teamtreehouse.com/library/git-basics | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git-SVN Crash Course (for SVN users) | |||
|author= | |||
|link=http://git.or.cz/course/svn.html | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git It | |||
|author= | |||
|link=http://jlord.us/git-it/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Understanding Git Conceptually | |||
|author= | |||
|link=http://www.sbf5.com/~cduan/technical/git/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Rewriting History with Git Rebase, Reset, and Amend | |||
|author= | |||
|link=http://collectiveidea.com/blog/archives/2015/07/23/rewriting-history-with-git-rebase-reset-and-amend/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git from the Bottom Up | |||
|author= | |||
|link=http://ftp.newartisans.com/pub/git.from.bottom.up.pdf | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Using Git-Flow to Automate Your Git Branching Workflow | |||
|author= | |||
|link=http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ | |||
|notes= | |||
}} | |||
<!-- | |||
changed order of author and link | |||
--> | |||
{{GitWebResource | |||
|name=How to get started with Git and work with Git Remote Repo | |||
|link=http://www.ntu.edu.sg/home/ehchua/programming/howto/Git_HowTo.html | |||
|author= | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Introduction to Git | |||
|link=http://www.pluralsight.com/courses/introduction-to-git | |||
|author=Pluralsight | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Using Git to Manage a Website | |||
|link=http://toroid.org/ams/git-website-howto | |||
|author=Abhijit Menon-Sen | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=A Successful Git Branching Model | |||
|link=http://nvie.com/posts/a-successful-git-branching-model/ | |||
|author=Vincent Driessen | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git Extraction: Abusing Version Control Systems | |||
|link=https://www.pentestpartners.com/blog/git-extraction-abusing-version-control-systems/ | |||
|author= | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git for Administrators | |||
|link=https://docs.moodle.org/29/en/Git_for_Administrators | |||
|author= | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Ry's Git Tutorial | |||
|link=http://rypress.com/tutorials/git/index | |||
|author= | |||
|notes= | |||
}} | |||
{{GitWebResourceFantastic | |||
|name=Git Koans | |||
|author= | |||
|link=http://stevelosh.com/blog/2013/04/git-koans/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=Git Reddit | |||
|author= | |||
|link=https://www.reddit.com/r/git/ | |||
|notes= | |||
}} | |||
{{GitWebResource | |||
|name=When In Git (Tumblr) | |||
|author= | |||
|link=http://wheningit.tumblr.com/ | |||
|notes= | |||
}} | |||
{{GitWebResourcesFoot}} | {{GitWebResourcesFoot}} | ||
Revision as of 06:11, 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
Template:GitWebResourceFantastic
Template:GitWebResourceFantastic
Template:GitWebResourceFantastic