Github integration in subfolders? #706
-
Hello, I'd like to use Dendron for everything from daily journaling to code development. Its a bit murky to me on how to integrate Github to various subfolders. Example:
Its unclear to me how to keep my Dendron "world" under version control itself as well as projects (subfolders) within it. Is anyone doing this yet? Is Dendron able to accommodate this in a way thats not too complex? The issue I'm trying to overcome
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think there's a version of this that could work now where you have a top level git repo mapped to your dendron workspace and related files. However, you've got a bunch of sub-folders with projects. These must be in your gitignore otherwise vscode will not pick them up as separate git repositories. However, I think to get the full scope of what you're doing, you'd need #322 implemented because then you could have dendron functionality available in your project code. Moved this to a discussion so other folks can add their thoughts/ideas. |
Beta Was this translation helpful? Give feedback.
I think there's a version of this that could work now where you have a top level git repo mapped to your dendron workspace and related files. However, you've got a bunch of sub-folders with projects. These must be in your gitignore otherwise vscode will not pick them up as separate git repositories.
However, I think to get the full scope of what you're doing, you'd need #322 implemented because then you could have dendron functionality available in your project code.
Moved this to a discussion so other folks can add their thoughts/ideas.