git push

Lade Commits in ein Remote-Repository hoch. Weitere Informationen: https://git-scm.com/docs/git-push.

git push

git push {{remote_name}} {{lokaler_branch}}

git push -u {{remote_name}} {{remote_branch}}

git push {{remote_name}} {{lokaler_branch}}:{{entfernter_branch}}

git push --all {{remote_name}}

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

git push --prune {{remote_name}}

git push --tags