Remove bad url from partial clone docs

This commit is contained in:
James Ramsay 2019-08-28 12:00:45 +03:00
parent 96f2b646f0
commit c3a43cc82a
1 changed files with 1 additions and 1 deletions

View File

@ -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