You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for git sparse-checkout is a new feature that allows partial checkouts of a git repository.
This can greatly speedup the download and install phase as we can exclude folders that are not needed. Furthermore this allows also to conveniently split mono-repos into multiple packages.
The text was updated successfully, but these errors were encountered:
add support for
git sparse-checkout
is a new feature that allows partial checkouts of a git repository.This can greatly speedup the download and install phase as we can exclude folders that are not needed. Furthermore this allows also to conveniently split mono-repos into multiple packages.
The text was updated successfully, but these errors were encountered: