http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/user/project/repository/monorepos/index.md
Shallow clones work well with CI/CD jobs, because repository contents aren't changed after checkout.
For local development, use
partial clones instead, to:
Filter out blobs, with git clone --filter=blob:none
Filter out trees, with git clone --filter=tree:0
For more information, see Reduce clone size .