Real Git on your iPhone. Clone, pull, commit & push any repo. No terminal, no sync layer, no lock-in. Your files, version controlled.
syncmd://x-callback-url/sync to pull and push without leaving Obsidian. Programmable from any app that speaks URLs.
Sign in with GitHub OAuth or paste a Personal Access Token. Keychain-stored, encrypted at rest.
Browse your repos, tap to clone. Any repository downloads to your device with its complete Git history.
Open files in any iOS app. Code, notes, configs — the filesystem is yours to edit however you want.
Pull changes, commit your edits, push upstream. Full version control from your pocket.
syncmd://x-callback-url/sync to pull and push without leaving the app. Implementation guide →Any app can trigger a full pull + push by opening this URL:
syncmd://x-callback-url/sync?repo=MyVaultThe repo value must match the vault folder name shown in Sync.md.
/pull — fetch + fast-forward from remote/push — stage all, commit, and push/sync — pull then push (recommended)/status — read branch/SHA/change countAdd these for full x-callback-url flow control:
message — commit message for push/syncx-success — URL opened after successx-error — URL opened after failureIn the Obsidian Git community plugin, set your mobile sync URL to:
syncmd://x-callback-url/sync?repo=MyVault&message=Update%20from%20Obsidian$5 on the App Store. Open source on GitHub.