To distribute starter code and interesting things we will use a release repository.
There are two ways to use it.
Easy way: just clone it.
The easiest way to use it is simply to clone it:
git clone https://github.com/mattoxb/cs421-releaseYou can do a git pull whenever we add or update something.
Advanced way: set it as an upstream from your grade repository.
You should have created a course github repository for the purpose of receiving
grade reports. You can set the release repository as an “upstream” so that everything is in one place.
You should probably only attempt this if you are proficient in git or want to become so.