Skip to content

Releases: imaikosuke/obsidian-simple-git

0.0.1

16 May 07:10

Choose a tag to compare

  • One-click sync from the ribbon icon or the Sync GitHub command.
  • Push-only workflow: no pull or fetch; pushes to origin branch main.
  • Stages all changes in the vault root, commits when there is anything to commit, then pushes.
  • On first sync, adds a minimal .gitignore template when the vault does not have one (tracked files stay tracked until removed from the index).
  • Desktop folder vaults only; does not run git init or configure remotes for you.