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, committed, and pushed your code to the git server, and
run the chisubmit submission command (once for the pair).
To submit:
git add crawler.py
git commit -m "final version ready for submission"
git push
chisubmit student assignment submit pa2
When chisubmit asks you to verify the submission you are making, please carefully check over the details to ensure it is, in fact, the version you want graded: correct timestamp, correct message.
Only one student needs to run these commands for the pair.