Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: faster blobless git clones (#290)
Cloning a repo with git can be really slow if the repo is big. Adding `--filter=blob:none` to the `git clone` command will make it really faster and slimmer because it will lazy-download blobs on checkout, while only getting commit metadata for whatever is not checked out.
- Loading branch information