Include utils in sparse checkout tutorial (#7994)
include Utils in sparse checkout tutorial
This commit is contained in:
parent
21ee081352
commit
fe96b31232
@ -86,7 +86,7 @@ small, just do a normal full clone instead.**
|
||||
```bash
|
||||
git sparse-checkout set --cone --sparse-index
|
||||
# add project folders
|
||||
git sparse-checkout add buildSrc core gradle lib lib-multisrc
|
||||
git sparse-checkout add buildSrc core gradle lib lib-multisrc utils
|
||||
# add a single source
|
||||
git sparse-checkout add src/<lang>/<source>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user