- Create a personal workspace using Initialize Workspace
- initialize with a blank vault
- if you want to version control the vault, run Vault Convert to add a git repository to this vault
- repeat this process with other vaults as needed (we recommend just starting off with a single vault), see reasons for going multi-vault here
- add your workspace to version control by running the following:
- Initialize a git repo
git init git add . git commit -m "initial commit"
- Add a remote
- go to github, and create a new workspace
- follow instructions to add an existing git repo to the repository
- Initialize a git repo
- your done. if you need to setup your personal workspace on another computer, clone the workspace repo. dendron will look at your dendron.yml file and automatically pull any missing vaults
- initialize with a blank vault
- Create a work workspace by running
Initialize Workspace
again- repeat the above steps
- to share your work workspace, share the git repo where the workspace is located
- Add your work vaults to your personal vault
- when inside your personal workspace, run Vault Add
- choose remote and put the git endpoint of your remote workspace
- Dendron will pull down your work workspace
Created
December 5, 2021 17:34
-
-
Save kevinslin/0e0f13fedb43732e86938ab1033b7efd to your computer and use it in GitHub Desktop.
mutli-workspace-setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment