From 45d023cdbf265675c37a7aec6a2dc84c00a00dac Mon Sep 17 00:00:00 2001 From: leanpanda Date: Tue, 15 Nov 2016 21:04:01 -0800 Subject: [PATCH] Corrected typo (one too many 'git' arguments) --- pages/01.basics/03.installation/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.basics/03.installation/docs.md b/pages/01.basics/03.installation/docs.md index b1af628e8..76807d13e 100644 --- a/pages/01.basics/03.installation/docs.md +++ b/pages/01.basics/03.installation/docs.md @@ -69,7 +69,7 @@ This renames the `origin` remote to `upstream`. Let's also disable the `push` p ```bash $ git remote set-url --push upstream no-pushing -$ git git remote -v +$ git remote -v upstream https://github.com/userfrosting/UserFrosting.git (fetch) upstream no-pushing (push) ```