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 possible to ask the server not to provide any blobs, which might be interesting for library users: git clone --filter=blob:none --no-checkout --depth=1
There's also --filter=tree:0 to only receive commit objects.
It's possible to ask the server not to provide any blobs, which might be interesting for library users:
git clone --filter=blob:none --no-checkout --depth=1There's also
--filter=tree:0to only receive commit objects.