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
?