// Example for creating a new branch named myNewBranch git checkout -b myNewBranch // First Push git push --set-upstream origin myNewBranch