git push

推送提交到远程仓库。 更多信息:https://git-scm.com/docs/git-push.

git push

git push {{远程仓库名}} {{本地分支名}}

git push {{[-u|--set-upstream]}} {{远程仓库名}} {{本地分支名}}

git push {{远程仓库名}} {{本地分支名}}:{{远程分支名}}

git push --all {{远程仓库名}}

git push {{远程仓库名}} {{[-d|--delete]}} {{远程分支名}}

git push --prune {{远程仓库名}}

git push --tags