← Back to context

Comment by gerbilly

7 years ago

On barrier to learning git is that people are understandably reluctant to try things out because they are working in real repositories.

This site makes a game out of learning git: https://learngitbranching.js.org/

It's a great way to learn without putting your real repository at risk.

Thanks, I am new to git and already made some dumb mistakes with my real repo and had to start over. Now I'm terrified to try anything past pulling and pushing to master. Hopefully this helps me understand branching so I don't feel like I will break it all again.