toolingdev toolsengineering

Obsidian Git Tools

Tools to help sync your Obsidian vault with Git

https://www.npmjs.com/@cameronolivier/ogt


Installation

Install the package globally using npm:


npm install -g @cameronolivier/ogt

Add an .ogtrc file to your user's root directory with the following contents:


{
"vaultPath": "path/to/your/vault",
"message": "Updating Obsidian Vault",
"defaultBranch": "main",
"branchName": "obsidian_docs_merge",
"verbose": false
}