Submitting your assignment: working in a pairΒΆ
To submit your assignment, make sure that you have:
- put your names at the top of your file,
- added, commited, and pushed your code to the git server, and
- run the chisubmit submission command (once for the pair).
A team with a student with CNetIds A and B should run:
git add crawler.py
git commit -m "final version ready for submission"
git push
export COMMIT_SHA=`git rev-parse master`
chisubmit student assignment submit A-B pa2 $COMMIT_SHA
Note that A-B are in alphabetical order. Also, only one student needs to run these commands for the pair.