GitGud - Master Git Through Play
GitGud - Master Git Through Play

www.gitmastery.me
GitGud - Master Git Through Play

geteilt von: https://feddit.org/post/10033814
Excellent new tool to learn Git!
GitGud - Master Git Through Play
GitGud - Master Git Through Play
geteilt von: https://feddit.org/post/10033814
Excellent new tool to learn Git!
It promotes use of
git checkout -b
instead ofgit switch -c
:/It's also buggy, since it doesn't actually check the end state of the repository, just that the correct input has been made at some point
I'm trying to read up on the differences, but is
git switch
basically just a newer version ofgit checkout
for changing branches? I haven't had any issues withgit checkout
before so I'm not sure why it would be an issue.