summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ramsay <james@jramsay.com.au>2019-08-28 12:00:45 +0300
committerJames Ramsay <james@jramsay.com.au>2019-08-28 12:00:45 +0300
commited08dd242f151d0ae583180b80cc886053b3c28c (patch)
tree72475421cf159521b5488df792bc518f4009fbe2
parent96f2b646f05a106c97527981b1f7b192c2724846 (diff)
downloadgitlab-ce-jramsay/partial-clone-typo.tar.gz
Remove incorrectly structured urljramsay/partial-clone-typo
Replaced with placeholder for clarity.
-rw-r--r--doc/topics/git/partial_clone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/partial_clone.md b/doc/topics/git/partial_clone.md
index ea4223355d8..c9a5430b2c6 100644
--- a/doc/topics/git/partial_clone.md
+++ b/doc/topics/git/partial_clone.md
@@ -112,7 +112,7 @@ enabled on the Git server:
git init
# Add the remote
- git remote add origin git@gitlab.com/example/jumbo-repo
+ git remote add origin <url>
# Enable partial clone support for the remote
git config --local extensions.partialClone origin