1. Home
  2. Git
  3. Create and checkout branch

With this single command you create and checkout a new branch.

#git#branch
git checkout -b new-branch-name
copy
Full Git cheatsheet