Skip to content

Submitting your assignment to GitHub

Karan Dhareshwar edited this page Feb 5, 2019 · 4 revisions

When pushing your assingment to github, please make sure to tag your commit to the repository. The process for this is very simple, with the command being

git push -u origin master ex<number>_submission_1

Therefore, as an example for the first assignment your git push would look something like:

git push -u origin master ex1_submission_1

If for any reason you decide to make a new change before the deadline, name the new commit ex<number>_submission_2.