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
It's a good idea. There are more and more projects with mono repos, and there would be use cases where you want to clone only the parts you want to read.
Get up to speed with partial clone and shallow clone | The GitHub Blog
In this blog post, partial clone (
git clone --filter=blob:none <url>
orgit clone --filter=tree:0 <url>
) is recommended for large projects. It would be nice to add options for these.The text was updated successfully, but these errors were encountered: