Homework 5: Go Git and Fetch the Remote

This homework is due 3/1 at 6:30 p.m. You should put your repo url in a file called hw5.txt and submit it on Autolab

Please complete the following steps. You should submit the Github url of your fork of dino-repo in a file called hw5.txt.

  1. Create a GitHub account (if you don’t have one)
  2. Fork my dino-story repo: https://github.com/aperley/dino-story. See this if you're unsure about how to make a fork: https://help.github.com/articles/fork-a-repo/. Don't forget to submit the url of your fork to Autolab!
  3. Clone your fork
  4. Add your name to the byline ("By: Aaron") and push the change to the master branch on your fork on GitHub
  5. Checkout the chapter-2 branch and create a commit adding your own chapter 2
  6. Merge the byline change from the master branch into the chapter-2 branch
  7. Push the chapter-2 branch to the chapter-2 branch on your fork on GitHub