Anthony Umemoto
- Fork this repo, and clone it to get access to starter files.
- Add this original repo as a remote upstream with
$ git remote add upstream https://github.com/CaptainToTo/cse101-w24.git
- Now you can pull new activities onto your local machine using
$ git pull upstream master
- Push the new activities, and any changes you've made to your fork with the normal add/commit/push.