push to git hub with new branch code example
Example 1: push project to new branch git
git push -u origin branchName
Example 2: github Push local branch to Remote
git push origin <Branch_Name>
git push -u origin branchName
git push origin <Branch_Name>