diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-29 11:46:41 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-29 11:46:41 +0000 |
commit | ce84140e8b878ce6e7c4d298c7202ff38170e3ac (patch) | |
tree | 08cb3e77918abdb6b2843797e7f443ccb5493811 | |
parent | 9bd6f33677d2c7fcffcb5d02397b56ec5a8de01d (diff) | |
parent | c3a43cc82a4c4cc0d42c10ca09fc0cf0c7fe9c8b (diff) | |
download | gitlab-ce-ce84140e8b878ce6e7c4d298c7202ff38170e3ac.tar.gz |
Merge branch 'docs/jramsay/partial-clone-typo' into 'master'
Remove incorrectly structured url
See merge request gitlab-org/gitlab-ce!32332
-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 |