# Git plugin for Obsidian
Backup your Obsidian.md vault with [git](https://git-scm.com/). A bit technical but really valuable!
![[Git plugin for Obsidian - source control view.png]]
## Main features
- Automatic vault backup (pull, commit, push) on a schedule
- Pull changes from remote repository on Obsidian startup
- Manage different repositories via Git submodules (Opt-in in settings) (Desktop only)
- Stage, commit and diff individual files via the Source Control View. Open it with the Open Source Control View command
- List your commits and their changed files (like a git log) via the History View. Open it with the Open History View command
- For viewing the detailed history of a file, I strongly recommend you the Version History Diff plugin
## Demo

## References
- https://github.com/denolehov/obsidian-git
## Related
- [[Obsidian Starter Kit]]