[[Git command]] that sends your local save points to the shared [[Remote repository (git)|remote repository]]. ```bash git push git push --set-upstream <repository> <branchname> # push a new branch ``` ^cmd