diff options
| author | Christian Johannessen <c.johannessen@gmail.com> | 2011-04-06 13:54:17 -0500 |
|---|---|---|
| committer | Christian Johannessen <c.johannessen@gmail.com> | 2011-04-06 13:54:17 -0500 |
| commit | cba70cb2684f47bbc1ad91b2f1d95a14b0fe7f99 (patch) | |
| tree | 19cfe77aa8aad7c28ed66c1ee4ddf001048697a0 /_posts | |
| parent | 894f68b42207ebc8966e0a1093a03c12b0031053 (diff) | |
Made wording more clear in the Configure Remotes section
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-13-fork-a-repo.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-13-fork-a-repo.markdown b/_posts/2009-06-13-fork-a-repo.markdown index 439f838..a641b4e 100644 --- a/_posts/2009-06-13-fork-a-repo.markdown +++ b/_posts/2009-06-13-fork-a-repo.markdown @@ -31,7 +31,7 @@ You’ve successfully forked the Spoon-Knife repo, but so far it only exists 2. <span class="step-title">Configure remotes</span> - When clone a repo, it has a default remote called `origin` that points to your fork on GitHub, not the original repo it was forked from. To keep track of the original repo, you need to add another remote named `upstream`: + When a repo is cloned, it has a default remote called `origin` that points to your fork on GitHub, not the original repo it was forked from. To keep track of the original repo, you need to add another remote named `upstream`: <div class="more-info"> <h4 class="compressed">More about remotes</h4> |
