Setup¶
-
Create a repo on Github named
fry-quotes
initialized with aREADME.md
file. (It can be private or plublic. That's up to you.) -
Clone the repo to your local machine.
-
Edit
README.md
on Github (in your browser) to look like this
Video of setup »
Challenge¶
On your local machine, display the differences between the remote and your local repo. In other words, answer the question What does the remote have that my local repo doesn't?
In practice..
You wouldn't normally edit files directly on Github. And if you did, you'd already know how the remote repo has changed. A more realistic scenario is that one of your colleagues pushed their changes to the remote. As you're working locally, you'll want to know how the remote has changed and how those changes affect your own work.