how to create new branch from master in github code example
Example 1: create new branch git from master
git checkout -b new-branch-name
Example 2: github make new branch
git checkout -b [name_of_your_new_branch]
git checkout -b new-branch-name
git checkout -b [name_of_your_new_branch]