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 ```