Search

Search IconIcon to open search

Obsidian Git Plugin

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 10.03.2026, 00:00
modified 02.08.2026, 10:39
published Empty
topics Note Taking, Obsidian, Community Plugins
authors Jakub
ai-assisted Yes
  • Community plugin that integrates Git into Obsidian, enabling version-controlled backups of the vault without leaving the app.

# Workflow in This Vault

  • Push is disabled (disablePush: true) — commits are created locally and pushed manually via terminal
  • Diff view is set to split mode for side-by-side comparison
  • Commits are milestone-based with descriptive messages (e.g. "After ICE 2026 Backup") rather than automated periodic snapshots

# Key Commands (Command Palette)

  • Obsidian Git: Create backup — stage all changes and commit
  • Obsidian Git: Open diff view — review changes before committing
  • Obsidian Git: Open history view — browse past commits

# Config Highlights

  • disablePush: true — no auto-push to remote
  • diff.openMode: "split" — side-by-side diff panel

# Resources