I started learning Git over the weekend. After ~9 months of saving files as v1, v2, etc. the time has come to properly learn version control. Besides the official documentation and the training videos on Lynda.com, I’ve found a slew of good resources for understanding and learning Git. Here they are:
- Scott Chacon’s book Pro Git available for free in its entirety.
- Github bootcamp
- Git Immersion guided tour of Git
- Vogella’s Git Tutorial
- Visualizing Git Concepts
- Roger Dudler’s Git Tutorial
- This post on Stack Overflow should cover everything else.
Know of any more good Git tutorials? Let us know in the comments.