git push

Push commits to a remote repository. More information: https://git-scm.com/docs/git-push.

git push

git push {{remote_name}} {{local_branch}}

git push {{[-u|--set-upstream]}} {{remote_name}} {{local_branch}}

git push {{remote_name}} {{local_branch}}:{{remote_branch}}

git push --all {{remote_name}}

git push {{remote_name}} {{[-d|--delete]}} {{remote_branch}}

git push --prune {{remote_name}}

git push --tags