When you push your files, or use the command git push master origin
, you are communicating with GitHub to update the connected project folder stored there. You are pushing the changes, say, to your syllabus.md file stored on their servers which you access via your gitHub.com.
- Pushing commits to a remote repository. GitHub Writing.