* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
6 lines
310 B
Markdown
6 lines
310 B
Markdown
1. [Push the changes](/articles/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
|
|
```
|