Why can't I disable the sparse-checkout of Git?

344 views Asked by At

I cloned a repository and found that it has the "SPARSE" after "master". I am not so familiar with git, so I search it in the official document, which says that I can disable it by "git sparse-checkout disable". However, I tried it and it seems that nothing changed:

See the image here

Can anyone tell me how can I remove the "SPARSE"?

0

There are 0 answers