latest 1 messages by tutunak
+
[2020-01-30T14:58:07Z]
tutunak
can any one helps me with new feature sparse checkout? After git sparse-checkout set <dir1> <dir2> <dir3> I want to disable sparse checkout only for one directroy - <dir2>. How can I do that? git sparse-checkout disable will do that for whole repository.