create a branch, git bash, code example
Example 1: make a new branch git
git checkout -b branch-name
Example 2: creating a branch in git
git checkout -b <branch_name>
git checkout -b branch-name
git checkout -b <branch_name>