git push

Envia commits para um repositório remoto. Mais informações: https://git-scm.com/docs/git-push.

git push

git push {{nome_remoto}} {{branch_local}}

git push -u {{nome_remoto}} {{branch_local}}

git push {{nome_remoto}} {{branch_local}}:{{branch_remota}}

git push --all {{nome_remoto}}

git push {{nome_remoto}} --delete {{branch_remota}}

git push --prune {{nome_remoto}}

git push --tags