Skip to content

GitHub Desktop: Pushing Changes Onto github.com

Zach Francis edited this page Feb 10, 2022 · 1 revision

When you are ready, you can sync all of your local changes to the original repo on GitHub by doing what is called a Push origin.

To do a push, make sure you don't have any changes waiting to be committed. As you can see in this example, there are none listed.

Click the "Push origin" button in the top-right and wait for the progress bar to completely fill from left to right. If the button instead says "Fetch origin," your work has already been pushed.

After this, return to the repo in your internet browser (at github.com). If you have left your branch settings alone this entire time, you should notice that the file you've been changing will have more recent change times, as highlighted here. If you don't notice this, first check to see if you are looking at the proper branch. Change the displayed branch by clicking on the dropdown list highlighted in this image.