Include utils in sparse checkout tutorial (#7994)

include Utils in sparse checkout tutorial
This commit is contained in:
Creepler13 2025-03-11 13:33:26 +01:00 committed by Draff
parent 21ee081352
commit fe96b31232
No known key found for this signature in database
GPG Key ID: E8A89F3211677653

View File

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