pic the command if you want to create and switch to a new brance code example
Example 1: create new branch git from master
git checkout -b new-branch-name
Example 2: create a new branch from existing branch in git
git checkout -b subbranch_of_b1 branch1