How to check if your work is pushed to GitHub
In this class you work locally to make changes to exercises, activities, and assignments. After you are done, you will typically be commiting and pushing (i.e. syncing) your changes to GitHub.
Students often want to double-check that the changes they have made on their personal computers are available remotely on GitHub for grading.
Steps
- Visit the Course’s mac-comp127-s26 GitHub organization.
- Click on “People.”
- Click on your name.
- In the list of repositories, you should see the repository you are wondering about.
- Click on the repository name.
- You should see a message like
This branch is k commits ahead of mac-comp127-s26/comp127-spring-2026-hw0-127-hw0:main.Wherekis the number of commits you’ve made. - You can click on this message and review the commits to make sure all your work is there.