git branch <name>
# Create and switch to a new branch in one command
git checkout -b <branch-name>