For this assignment, you must use your account on calgary.cs.washington.edu:
ssh [netid]@calgary.cs.washington.edu
From here, change into your cse374 directory by running the following:
cd cse374
Work in your own git repo¶
You should have cloned your own git repo from hw3 and hw4. See the “Clone your own
git repo” section if you need help. After
cloning the repo, change directory to the local copy of your repository: cd
cse374-26su-[uw_netid].
Tip
Commit early and often! Any time you commit and push your local changes, they will
appear in the GitLab repository. Since you’ll be submitting the homework to Gradescope
via the GitLab repository, it’s important that you remember to push all of your
changes!