- Review last weeks homework.
- Live coding lecture.
- Break.
- Update Fork
- Begin Exercise.
- Do this once to link your fork with the main repo:
git remote add upstream https://github.com/CUNYTechPrep/2020-fall-data-science.git
- Then Every week, run these commands.
git fetch upstream
git merge upstream/master