- Atlassian Bitbucket
- Articles & Explanations
- Happy Git & GitHub for the useR
- Best tutorials for learning Git and GitHub
**Free Resources: **
- 🔥Katacoda Git. Nice one so you can practice steps on "virtual computer" and not destroy anything on your own pc. great explanations, also has hints .
- this one seems free and quite easy. I just tried a couple of first topics and it was quite nice
- GIt Cheatsheets
- Highly recommned this Life tutorial
- explore git in a dmeo: Free Explore
- I use GitHub Desktop to make the commits faster and easier.
- GitHub Guides
- Git Visual Guide. nice visual representation of what is happening and what commands are used
- Visualizing Git Concepts with D3
- Git for the lazy. A wiki with a bunch of good notes.
- Intro to github with funny visuals
- A very simple tutorial to start with. Intro to git for web designers
- Git Ready A collection of blogs, each concentrating on one git command at a time. Difficulty level varies from very beginner to advanced.
Paid options:
- Various Tutorials for GitHub codeschool
-
Git magic is an online book on Git well written with wonderful analogies to help beginners understand the concepts behind Git
-
A very decent book on git. Spend some time and read it cover to cover. Pro Git book
-
Git from bottom up is another good book
-
A Note About Git Commit Messages A must read on writing good commit messages and the style.
-
Git Immersion walks you through Git basics using a step-by-step, hands-on approach. It’s a great tutorial for those who prefer to get into Git right away.
- Amit's Blog
- Git purr:Git Commands Explained with Cats!