git push

Push commits to a remote repository.
More information.
git push
git push {remote_name} {local_branch}
git push -u {remote_name} {local_branch}
git push {remote_name} {local_branch}:{remote_branch}
git push --all {remote_name}
git push {remote_name} --delete {remote_branch}
git push --prune {remote_name}
git push --tags
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY