Remote collaborationGit
git push
Publish local commits to remotes.
Command
git push origin
Example usage
Push new commits safely or force-update after rewriting history.
git push origin <branch>
git push --force-with-lease
Related tags
Remote collaborationversion-controlworkflow