submitting assignments (Using GitHub Desktop)

Once you make whatever changes you wish to the project and you are ready to commit your changes to the GitHub repository on the cloud (this could be for submitting your assignment or simply backing up your progress), go to GitHub desktop. You should be able to see the new changes to your local repository highlighted on the GitHub desktop.

Choose a commit message In the small window on the bottom and then, click on "Commit to master".


In the new screen, click on "Push origin". This will push your changes to the cloud.

If you go to your repository on GitHub site, you should see your new changes.