Skip to content
jzalinger edited this page Sep 22, 2011 · 2 revisions

Learning Git

This page has some links to guides that will help you learn how to use git.

  • The Git Reference page is a good, basic look at git. The sidebar reference is great if you need to double check something.
  • Git Magic is another overview of git. A little longer than the others.
  • ProGit is a free online book on “Effective Git Use.”
  • Git for the Lazy is a very short reference guide.
  • Git Immersion is a long walkthough. It guides you through several labs, teaching you commands as you go. It focuses on a lot of commands that aren’t super useful, and leaves off some of the important ones, so it isn’t a good reference once you have a sense of how to use git.

Clone this wiki locally