1
0
mirror of synced 2026-01-19 18:02:45 -05:00
Files
docs/translations/ru-RU/data/reusables/git/git-push.md
2021-03-26 21:27:27 +01:00

6 lines
336 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 <em>your-branch</em>
# Pushes the changes in your local repository up to the remote repository you specified as the origin
```