obsidian-repos-downloader icon indicating copy to clipboard operation
obsidian-repos-downloader copied to clipboard

FR: Use a shallow clone to save bandwidth/disk space

Open chrisgrieser opened this issue 2 years ago • 0 comments

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

chrisgrieser avatar Jun 28 '22 11:06 chrisgrieser