git checkout -b <branchname1> <remote>/<branchname2>
Clone a remote branch and switch to it
Creates and switches to a new branch based on a remote branch
Related commands:
git checkout -b <branchname1> <remote>/<branchname2>
Creates and switches to a new branch based on a remote branch