Git Training

An interactive git tutorial meant to teach you how git works, not just which commands to execute.

2019-06-02 | 1 min read

Learn git concepts, not commands

An interactive git tutorial meant to teach you how git works, not just which commands to execute.

So, you want to use git, right?

But you don’t just want to learn commands, you want to understand what you’re using?

Then this is meant for you!

Read and follow the tutorial on github or dev.to


The original idea for this sprung from seeing colleagues struggle with some git concepts and is based on the general concept from Rachel M. Carmena’s great blog post on How to teach Git.

While I find many git tutorials on the internet to be too focused on what to do instead of how things work, the most invaluable resource for both (and source for this tutorial!) are the git Book and Reference page.

So if you’re still interested when you’re done here, go check those out! I do hope the somewhat different concept of this tutorial will aid you in understanding all the other git features detailed there.