create and checkout branch
With this single command you create and checkout a new branch.
git checkout -b new-branch-name
copy
With this single command you create and checkout a new branch.
git checkout -b new-branch-name
copy