正解は `git branch <branch-name>` です。作成と同時に切り替えるには `git checkout -b <branch-name>` や `git switch -c <branch-name>` を使います。