Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.31 KB

challenge.md

File metadata and controls

45 lines (23 loc) · 1.31 KB

General Assembly Logo

Challenge

Write your answers inside this file, where it's indicated by the comments.

  1. We just forked a repo on GitHub.com and want to start working on it locally. What command do we use to do that?
  1. 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?
  1. 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?
  1. 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?
  1. Suppose that we wanted to look at the third-to-last commit on master; what command(s) would we write to do that?
  1. 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.