git push

Envía (push) los commits al repositorio remoto. Más información: https://git-scm.com/docs/git-push.

git push

git push {{nombre_remoto}} {{rama_local}}

git push -u {{nombre_remoto}} {{rama_remota}}

git push {{nombre_remoto}} {{rama_local}}:{{rama_remota}}

git push --all {{nombre_remoto}}

git push {{nombre_remoto}} --delete {{rama_remota}}

git push --prune {{nombre_remoto}}

git push --tags