Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 341 Bytes

Submission and New Homework Instructions

To Submit

$ git add --all
$ git commit -m "whatever message"
$ git push origin master

To Get New Homework (and Homework Solutions)

$ git pull upstream master

Note that when you get new homework, you pull from upstream. When you submit, you push to origin