how to create new branch from existing branch and push my code code example
Example 1: push project to new branch git
git push -u origin branchName
Example 2: create a new branch from existing branch in git
git checkout -b subbranch_of_b1 branch1