Releases: imaikosuke/obsidian-simple-git
Releases · imaikosuke/obsidian-simple-git
0.0.1
- One-click sync from the ribbon icon or the Sync GitHub command.
- Push-only workflow: no pull or fetch; pushes to
originbranchmain. - Stages all changes in the vault root, commits when there is anything to commit, then pushes.
- On first sync, adds a minimal
.gitignoretemplate when the vault does not have one (tracked files stay tracked until removed from the index). - Desktop folder vaults only; does not run
git initor configure remotes for you.