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