Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test-yourself-answers.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ A specific and unique numeric signifier of a networked entity; can be an applian

#### DNS


The Domain Name System, or DNS, is the phone book of the Internet. It takes human-readable URLs and translates them to IP addresses so that packets know exactly where to go.

*Contributed by [Malcolm Reddoch](http://github.com/mreddoch)*
Expand Down Expand Up @@ -773,7 +774,7 @@ Staging is moving files from Modified to Staged by issuing a git command, "git a


### Remotes

Remotes are references to a github repository used to direct a push from a local machine to an online github repository

#### What is the difference between committing your changes and pushing them to Github?

Expand Down