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:
Can anyone tell me how can I remove the "SPARSE"?