DEV Community

Discussion on: Favorite Git Interactive Tutorials or Videos?

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.