DEV Community

Drew Town
Drew Town

Posted on

3 2

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.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay