From cba70cb2684f47bbc1ad91b2f1d95a14b0fe7f99 Mon Sep 17 00:00:00 2001 From: Christian Johannessen Date: Wed, 6 Apr 2011 13:54:17 -0500 Subject: Made wording more clear in the Configure Remotes section --- _posts/2009-06-13-fork-a-repo.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. Configure remotes - 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`:

More about remotes

-- cgit v1.3.1