git

Create a new branch

git switch -c <branch>

Checkout a remote branch

git switch -c <branch> <origin/branch>