DEV Community

Drew Town
Drew Town

Posted on

Favorite Git Interactive Tutorials or Videos?

I'm looking for some well done interactive git tutorials or video series for a co-worker. Does anyone have any they particularly liked?

Top comments (4)

Collapse
 
tobiobeck profile image
Tobi Obeck

Learning git branches is an educational game that interactively teaches the most important stuff. I stumbled over it when looking through Sindresorhus' awesome repository (btw a nice resource as well github.com/sindresorhus/awesome).
learngitbranching.js.org/

Learn git concepts, not commands is a really well received post here on dev.to measured by the amount of likes and interactions.
dev.to/unseenwizzard/learn-git-con...

Git & GitHub Crash Course For Beginners will get you going in 30 minutes.
Brad (@traversymedia ) is always a safe bet when learning anything code related:
youtube.com/watch?v=SWYqp7iY_Tc

These two links might also be of help:
git-tips
github cheat sheet

I have somehow managed to only peek at these resources myself. Too much to learn, to little time. 😅🤷

~Tobi

Collapse
 
drewtownchi profile image
Drew Town

This is great! Thank you so much.

Collapse
 
torianne02 profile image
Tori Crawford

I am going to second the link to learngitbranching.js.org/.

This resource helped me understand what was happening behind the scenes.

Collapse
 
chijos profile image
Chirag Joshi

Highly recommend watching this:
m.youtube.com/watch?v=1ffBJ4sVUb4

It assumes you have some basic familiarity with git commands, and explains what the commands are actually doing internally.