git switch should be used instead of git checkout
git switch -c should be used instead of git checkout -b
I didn't find aliases for git switch, so here is a proposal.
git s is already assigned to git status, so probably:
git sw = switch
git swc = switch -c
?
git switchshould be used instead ofgit checkoutgit switch -cshould be used instead ofgit checkout -bI didn't find aliases for
git switch, so here is a proposal.git sis already assigned togit status, so probably:git sw = switchgit swc = switch -c?