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'm trying to figure out how I could perform an in-memory, shallow (no-checkout, depth = 1) clone, followed by a checkout of a single file.
I've got the in-memory shallow clone done, using Checkout Options NoCheckout set to true and Depth set to 1, but cannot find a way to perform a Checkout on a pathspec, so as to specify a single file in the work tree.
The text was updated successfully, but these errors were encountered:
I'm trying to figure out how I could perform an in-memory, shallow (no-checkout, depth = 1) clone, followed by a checkout of a single file.
I've got the in-memory shallow clone done, using Checkout Options NoCheckout set to true and Depth set to 1, but cannot find a way to perform a Checkout on a pathspec, so as to specify a single file in the work tree.
The text was updated successfully, but these errors were encountered: