convert a sparse checkout clone to a full checkout

33 Views Asked by At

I have a fairly huge repo and I completed a sparse checkout using

git clone --filter=blob:none --no-checkout --depth 1 --sparse <repolink>

I have sparse added most of the elements and now, I want to make it a full clone.

How can I do this, without having to delete this sparse checkout files?

0

There are 0 best solutions below