Skip to content

Instantly share code, notes, and snippets.

@zerowidth
Created March 10, 2014 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerowidth/9469421 to your computer and use it in GitHub Desktop.
Save zerowidth/9469421 to your computer and use it in GitHub Desktop.
Resources for learning git and GitHub

Learning git and GitHub

Tutorial videos

We have an excellent training team at GitHub, and they've produced a series of videos talking about the basics of how to use git and GitHub.

The youtube channel is here.

GitHub guides

We've also got several guides about how to use various features of GitHub. You can find that here.

Git books and online tutorials

  • tryGit is browser-based tutorial walking you through using git on the command line.
  • Git Immersion is another free online course that walks you through a series of tutorials, this time using your computer.
  • The "Pro Git" book is a comprehensive look at all the features of git, and best of all, it's available online for free.
  • Think like a git has a series of articles that help explain the various concepts you'll come across when learning git.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment