odd@feddit.org to Programming@beehaw.org · 3 months agoGitGud - Master Git Through Playwww.gitmastery.meexternal-linkmessage-square2fedilinkarrow-up133arrow-down10file-textcross-posted to: everything_git@lemmy.ml
arrow-up133arrow-down1external-linkGitGud - Master Git Through Playwww.gitmastery.meodd@feddit.org to Programming@beehaw.org · 3 months agomessage-square2fedilinkfile-textcross-posted to: everything_git@lemmy.ml
minus-squareKresten@feddit.dklinkfedilinkarrow-up3·edit-23 months agoIt promotes use of git checkout -b instead of git 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
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up4·3 months agoI’m trying to read up on the differences, but is git switch basically just a newer version of git checkout for changing branches? I haven’t had any issues with git checkout before so I’m not sure why it would be an issue.
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
deleted by creator
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.deleted by creator