Please upload your Extra Credit project as a directory in this repository. In order to do this:
- make a fork of this repository (the fork button is on the top right of your github screen ) and make a clone of the fork on your machine
e.g. git clone https://github.com/...
the full URL will appear in the HTTPS box in your fork
-
make a directory for your project in your local copy (inside the PUI2015_EC directory create a folder with your NYUid _EC)
-
move the code and documents you want to submit for your EC project to the directory you just created
-
add the directory to the repository
e.g. git add fb55_EC
-
commit your changes and push them (notice that when you fork and clone the repository you will get all the projects in it. this is fine, becuase we like transparency and we do not mind our work being publicly accessible, it would be if they were in your own repo as well. But also it means if anyone copies really large files then we all get them on our machines: DO NOT COMMIT LARGE DATA FILES! when in doubt ask me. if a large data file is needed for reproducibility we can find another way for me to get them from you.
-
issue a pull request. the New Pull Request button is on the left of your screen. This way I can include the changes to the original repo (you are working on your own fork so unless you do this I will not see your work).
-
you will recieve a message that confirms your pull request was accepted when I do. otherwise contact me.
##IMPORTANT
If you only made changes to the subdirectory _EC this should not be a problem, but if you made any other changes you need to git pull before you git push.
once again DO NOT COMMIT LARGE DATA FILES!