claremacrae / obsidian-repos-downloader

Download every approved Obsidian.md community Plugin and Theme
MIT License
25 stars 1 forks source link

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

Open chrisgrieser opened 2 years ago

chrisgrieser commented 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