Remove bad url from partial clone docs
This commit is contained in:
parent
96f2b646f0
commit
c3a43cc82a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue