Multiple Vaults in One Repo #958
Unanswered
dpfister22
asked this question in
Q&A
Replies: 1 comment
-
It's is not possible with git to clone only a directory of a repo so to prevent race conditions with having multiple plugin instances on the same directory, you would need multiple clones of your repo on your computer and open a different directory as vault for each one. But in that case it should work fine yeah. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to have more than one vault sync to the same repo without causing merge conflicts or anything? Basically I want to have the root of the repo to have a directory per vault and each vault only sync that directory.
Sorry if this is in the documentation somewhere, I have not been able to find anything would suggest this is possible or not.
Beta Was this translation helpful? Give feedback.
All reactions