jmbejara / comp-econ-sp19

Main Course Repository for Computational Methods in Economics (Econ 21410, Spring 2019)
48 stars 26 forks source link

Submission channel #9

Closed sicelyli closed 5 years ago

sicelyli commented 5 years ago

When I tried to submit hw1, I did:

  1. Clicked the "Push" button in GitKraken
  2. Upload the ipynb file to econ-21410/hw-sicelyli repository I'm wondering that are these two steps both required for hw submission? Or is step 2 good enough? What's the result when I pushed my completed hw using GitKraken? Thank you!
jmbejara commented 5 years ago

One or the other should work. However, when you use the "push" option, you need to do the following things:

The "push" button only pushes commits. Files that you edit or create will not get pushed unless you commit them.