obsidian-repos-downloader
obsidian-repos-downloader copied to clipboard
FR: Use a shallow clone to save bandwidth/disk space
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