how to create branch in gihubt code example
Example 1: creating a branch in git
git checkout -b <branch_name>
Example 2: github make new branch
git checkout -b [name_of_your_new_branch]
git checkout -b <branch_name>
git checkout -b [name_of_your_new_branch]