Write your answers inside this file, where it's indicated by the comments.
- We just forked a repo on GitHub.com and want to start working on it locally. What command do we use to do that?
- OK, we just wrote some code. What command could we use to see a list of all the changes that have been made since the last commit?
- Oops - it looks like there was a change that we forgot to include in our last commit. How can we revise that commit and fix things?
- It looks like there was a change on the original repo that we forked from. How could we grab those changes and incorporate them into our local repo?
- Suppose that we wanted to look at the third-to-last commit on
master
; what command(s) would we write to do that?
- OK, we've done all the work we want to do locally. Let's update our fork so that we can make a pull request. What command would we use to update our fork?
You're done! Refer back to README.md.