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 {{remote_name}} {{local_branch}}

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

git push --all {{remote_name}}

git push {{remote_name}} --delete {{remote_branch}}

git push --prune {{remote_name}}

git push --tags