The ToolsObsidian
Obsidian Git
Automatic vault backups to git — the second brain's safety net.
Obsidian Git commits and pushes the vault on a schedule, so its full history is versioned without you thinking about it.
Why braynee uses it
The second brain is only as safe as its history. Sessions, decisions, and knowledge accrue daily; one bad edit or sync conflict shouldn't be able to lose them. Scheduled commits make the Obsidian vault recoverable to any point.
How it's set up
/braynee:setup installs it and runs the initial git init + commit of the
vault during the tooling step. It depends on the git runtime the wizard
already ensures is present.
Connects with
- Tools: versions the Obsidian vault · uses the
gitruntime from the toolchain - Concepts: durability of the memory in Architecture
- Reference: the
SessionEndhook and setup flow