Overview of Obsidian Git Plugin features
masterThe Obsidian Git Plugin provides Git integration directly within Obsidian.md, allowing users to manage their vaults using version control.
Core capabilities include:
- Automated Syncing: Scheduled automatic commits, pulls, and pushes, as well as auto-pulling on Obsidian startup.
- Visual Git Tools: Dedicated views for Source Control (staging/committing), History (commit logs), and Diff (comparing file versions).
- Editor Integration (Desktop Only): Line-level signs in the editor to indicate added, modified, or deleted lines/hunks.
- Repository Management: Support for submodules (desktop only), branch management, and remote configuration.
- GitHub Integration (Desktop Only): Ability to open current files or their history directly in a web browser on GitHub.