Getting started: working in a pairΒΆ
If you are working in a pair, you will need to request a repository for your pair. Here are steps necessary for students with CNET IDs A and B to form a pair for pa2 and get set up to use their new repository.
- Register a group: student A should run the command:
chisubmit student assignment register pa2 --partner Band student B should run the command:
chisubmit student assignment register pa2 --partner A
Wait for email from GitLab to your UChicago address saying that the group repository is ready. Take into account that your repository won’t be created until you have each run the above commands. Please note that the repository won’t be created immediately; however, if you both register and do not get an e-mail from GitLab (or don’t see the pair repository on GitLab) after an hour, please ask for help on Piazza.
Setup repositories: Both student A and B should run this:
cs-setup-script cs122-win-17
Similar to when you set up your individual repository, the script will present you with a list of repositories you have access to. This list should now include your pair repository. Just choose that repository from the list. If you wish to work in the lab as well as on your VM, you will need to run the setup script in the lab and choose the new repository.
Please let us know if you have any problems.
See the file pa2/README.txt for a description of the files we have provided for this assignment.