seadude
01/30/2022, 6:48 AMUsers/me/Documents
(and the disconnect between my Dendron workspace and the repo contents...)
- I can instead clone one subdirectory from the repo (like blog-posts/
!!) to my Dendron/vault/blog-posts
directory!
- Git Commands:
- git clone --depth 1 --sparse <your_git_repo_url>
- cd <repo_name>
- git sparse-checkout set <subdirectory_name
- Reference: https://stackoverflow.com/a/52269934/5976033