Skip to content

Instantly share code, notes, and snippets.

@rsanchezsaez
Last active December 18, 2015 05:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsanchezsaez/5733598 to your computer and use it in GitHub Desktop.
Save rsanchezsaez/5733598 to your computer and use it in GitHub Desktop.
Some reading on Git.

Git Reading List

  1. Understand Git conceptually through a little story.

  2. Brilliantly designed hands-on introductory tutorial.

  3. Think Like (a) Git. Understand why Git is like it is, and what it achieves being like that. Understand the fundamental differences between Git distributed system and other centralized systems like SVN.

  4. The Visual Git guide is a great quick reference and syntax refresher if you get rusty.

  5. Use the Pro Git book by Scott Chacon for additional reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment