I'm looking for some well done interactive git tutorials or video series for a co-worker. Does anyone have any they particularly liked?
For further actions, you may consider blocking this person and/or reporting abuse
I'm looking for some well done interactive git tutorials or video series for a co-worker. Does anyone have any they particularly liked?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (4)
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.
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
I am going to second the link to learngitbranching.js.org/.
This resource helped me understand what was happening behind the scenes.
This is great! Thank you so much.