git create new branch from master in a child code example
Example 1: create and go to branch
git checkout -b <branch_name>
Example 2: create new branch git from master
git checkout -b new-branch-name
git checkout -b <branch_name>
git checkout -b new-branch-name