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.
-
Create a GitHub account (if you don’t have one)
-
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!
-
Clone your fork
-
Add your name to the byline ("By: Aaron") and push the change to the master branch on your fork on GitHub
-
Checkout the chapter-2 branch and create a commit adding your own chapter 2
-
Merge the byline change from the master branch into the chapter-2 branch
-
Push the chapter-2 branch to the chapter-2 branch on your fork on GitHub