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) ```