Is the best practice to just git init each vault (...
# questions
k
> Is the best practice to just git init each vault (NOT the workspace) and then push it? yep. if you already have a remote setup, you can use [vault convert](https://wiki.dendron.so/notes/6682fca0-65ed-402c-8634-94cd51463cc4.html#vault-convert) to auto initialize (but since you don't want to run vscode commands, maybe just do it manually) > Is there a best practice way to track the root files such as dendron.yml or should that be different per computer and "local-first"? the workspace itself should be a repo (the .gitignore is already set to ignore the given vaults). also see https://wiki.dendron.so/notes/24b176f1-685d-44e1-a1b0-1704b1a92ca0.html