1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/data/reusables/git/git-push.md
2022-10-03 00:21:32 +05:30

6 lines
327 B
Markdown

1. [Push the changes](/github/getting-started-with-github/pushing-commits-to-a-remote-repository/) in your local repository to {% data variables.product.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
```