git push

Invia i commit ad un repository remoto. Maggiori informazioni: https://git-scm.com/docs/git-push.

git push

git push {{nome_repository_remoto}} {{nome_ramo}}

git push -u {{nome_repository_remoto}} {{nome_ramo}}

git push {{nome_repository_remoto}} {{nome_ramo}}:{{nome_ramo_remoto}}

git push --all {{nome_repository_remoto}}

git push {{nome_repository_remoto}} --delete {{nome_ramo_remoto}}

git push --prune {{nome_repository_remoto}}

git push --tags