1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/data/reusables/git/git-push.md
2023-06-26 10:21:48 -07:00

7 lines
319 B
Markdown

1. [Push the changes](/get-started/using-git/pushing-commits-to-a-remote-repository) in your local repository to {% data variables.location.product_location %}.
```shell
$ git push origin YOUR_BRANCH
# Pushes the changes in your local repository up to the remote repository you specified as the origin
```