Multiple Vaults in One Repo #958
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.
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.