36
GitGud - Master Git Through Play
(www.gitmastery.me)
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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.Checkout did too many things that weren't really related. Hence it was split up in different commands. One of them being switch. ๐
Edit: better explanation here https://github.blog/open-source/git/highlights-from-git-2-23/#experimental-alternatives-for-git-checkout