diff options
author | James Ramsay <james@jramsay.com.au> | 2019-08-28 12:00:45 +0300 |
---|---|---|
committer | James Ramsay <james@jramsay.com.au> | 2019-08-29 14:07:46 +0300 |
commit | c3a43cc82a4c4cc0d42c10ca09fc0cf0c7fe9c8b (patch) | |
tree | 72475421cf159521b5488df792bc518f4009fbe2 /doc/topics | |
parent | 96f2b646f05a106c97527981b1f7b192c2724846 (diff) | |
download | gitlab-ce-c3a43cc82a4c4cc0d42c10ca09fc0cf0c7fe9c8b.tar.gz |
Remove bad url from partial clone docsdocs/jramsay/partial-clone-typo
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/git/partial_clone.md | 2 |
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 |