// Creating a new branch in git git checkout -b myNewBranch // First Push git push --set-upstream origin myNewBranch