a lesson on version control
Use git clone <URL> to download the repo locally for the first time
git status between the steps (especially before adding) if you want to make sure everything is doing what you want it to do!
Do NOT edit your files directly from GitHub or do anything with the website. We expect to only see you use the CLI