Resolves #153 easy typo fix, thanks Memming

This commit is contained in:
Peter Cottle 2014-01-05 22:09:40 -08:00
parent 5ad28f152b
commit 0bb6133f87
2 changed files with 2 additions and 1 deletions

View file

@ -51,7 +51,7 @@ exports.level = {
"* downloads the commits that the remote has but are missing from our local repository, and...",
"* updates where our remote branches point (for instance, `o/master`)",
"",
"`git fetch` essentially it brings our _local_ representation of the remote repository into synchronization with what the _actual_ remote repository looks like (right now).",
"`git fetch` essentially brings our _local_ representation of the remote repository into synchronization with what the _actual_ remote repository looks like (right now).",
"",
"If you remember from the previous lesson, we said that remote branches reflect the state of the remote repositories _since_ you last talked to those remotes. `git fetch` is the way you talk to these remotes! Hopefully the connection between remote branches and `git fetch` is apparent now",
"",