Commit f788dd2b authored by Evan Read's avatar Evan Read

Merge branch 'docs/fix-typo-partial-clone' into 'master'

Fix URL for partial clone doc

See merge request gitlab-org/gitlab!31761
parents a5732b07 c74619d8
......@@ -65,7 +65,7 @@ reduce the size of your working copy.
```plaintext
# Clone the repo excluding all files
$ git clone --filter=blob:none --sparse git@gitlab.com:gitlab-com/www-gitlab-com/git
$ git clone --filter=blob:none --sparse git@gitlab.com:gitlab-com/www-gitlab-com.git
Cloning into 'www-gitlab-com'...
remote: Enumerating objects: 678296, done.
remote: Counting objects: 100% (678296/678296), done.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment