Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 817 Bytes

Submission_Details.md

File metadata and controls

25 lines (14 loc) · 817 Bytes

GitHub assignment submission process

Deadline

If not stated otherwise in class, your assignments are due at 08:00 on Thursday before the next lab class.

Branches

Make sure all your changes are in your master branch.

I have a script that automatically clones the master branch of your repositories at the deadline.

Tags

Please mark your submission with a tag. This can be done via the GitHub web interface or the command line.

Your tag should be the due date of your submission in a YYYYMMDD format. Suppose your assignment is due on Thursday, November 15th. Then the name of your tag will be 20181105.

In the terminal you would type:

git tag 20181105
git push --tags