Dear students,
We have published homework 1. The deadline is October 26, at 23.55 pm.
Each of you already has a repository for homework 1 containing the skeleton. To build on homework 0, you could:
- add the homework 1 repository as a git remote in your homework 0 repository
- create a dev branch in your homework 1 repository
- pull your homework 0 code in that dev branch (git pull should work because you've added the homework 1 repository as a remote)
- pull the homework 1 master branch, containing the skeleton, into your dev branch; there should be no conflicts.
Good luck!
The CS-438 team