git push command from git bash code example
Example: git push to branch
# If its your first push
git push -u origin BRANCH
# Otherwise
git push origin BRANCH
# If its your first push
git push -u origin BRANCH
# Otherwise
git push origin BRANCH