Submitting your assignment: working aloneΒΆ
To submit your assignment, make sure that you have:
- put your name at the top of your files,
- registered for the assignment using chisubmit,
- added, commited, and pushed your code to the git server, and
- run the chisubmit submission command.
chisubmit student assignment register pa4
git add Markov.py
git add Hash_Table.py
git commit -m "final version ready for submission"
git push
export COMMIT_SHA=`git rev-parse master`
chisubmit student assignment submit USERNAME pa4 $COMMIT_SHA