git-push

push Push commits to a remote repository. Send local changes…

git push

Push commits to a remote repository.

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-range-diff →