I'm trying to set up my vault to be tracked by git. I can't use vscode commands to do it for security reasons, and just wondering about best practices.
My understanding was that each vault in my workspace would/could be tracked to a different git repo.
Is the best practice to just
git init
each vault (NOT the workspace) and then push it?
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"?