git-push

push Отправка коммитов в удаленный репозиторий. Отправить локальные изменения в…

git push

Отправка коммитов в удаленный репозиторий.

git push

git push {{remote_name}} {{local_branch}}

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

git push --all {{remote_name}}

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

git push --prune {{remote_name}}

git push --tags

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-pull git-rebase →