git how to create a branch and push to remote code example
Example 1: git push branch
git push -u origin <branch>
Example 2: github Push local branch to Remote
git push origin <Branch_Name>
git push -u origin <branch>
git push origin <Branch_Name>