Open chrisgrieser opened 2 years ago
Similar to #17, using a shallow clone would save a lot of bandwith, diskspace, and reduce download times, even without restricting the download to code only like suggested in #17.
Essentially use git clone --depth 1 instead of git clone
git clone --depth 1
git clone
Similar to #17, using a shallow clone would save a lot of bandwith, diskspace, and reduce download times, even without restricting the download to code only like suggested in #17.
Essentially use
git clone --depth 1
instead ofgit clone