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
I've been digging around but i can't for the life of me find an example on how to create a shallow clone of a repo. I saw some code is merged but all i see is code to detect if a clone is shallow and not how to initialize a repo as shallow (git --depth 1)
Any tips ?
The text was updated successfully, but these errors were encountered:
Shallow clone is a feature that is not supported by libgit2 yet. This feature request is being tracked through #229. Please, make sure to subscribe to it in order to get notified about future progress.
Hello to all ,
I've been digging around but i can't for the life of me find an example on how to create a shallow clone of a repo. I saw some code is merged but all i see is code to detect if a clone is shallow and not how to initialize a repo as shallow (git --depth 1)
Any tips ?
The text was updated successfully, but these errors were encountered: