Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 446 Bytes

push.md

File metadata and controls

7 lines (4 loc) · 446 Bytes

Push

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.

Tutorials