Git Resources¶
General¶
- Try Git: A short interactive tutorial that will get you acquainted with git that we highly recommend you start with.
- Practical Guide to Git: A stackoverflow post that has answers to the most common questions in git, and a few guides.
- git basics: A teamtreehouse workshop covering the basics of git.
In-Depth¶
- Git Pro
- Atlassian git Tutorial: Advanced git concepts with examples
- Think Like a Git: If you want a deeper understanding of how git works.