Skip to content

Instantly share code, notes, and snippets.

@interference-security
Created June 15, 2025 22:21
Show Gist options
  • Save interference-security/08edc743dae293d48e76cdc313d478c0 to your computer and use it in GitHub Desktop.
Save interference-security/08edc743dae293d48e76cdc313d478c0 to your computer and use it in GitHub Desktop.
Obsidian Sync on iOS App

Source https://forum.obsidian.md/t/obsidian-git-sync-on-your-ios-without-any-extra-app/60639

  • Sync repo
    • Use https: protocol to clone the git repo
    • Compress your repo and send it to your iphone (Air Drop or other ways)
    • Open Obsidian on iphone, and create a vault with the same name as your repo, e.g. repoA
    • Uncompress your repo on iphone and copy the whole folder, e.g. repoA
    • Go to the path on my iphone -> Obsidian, you will see that the repoA is here. Now, paste your repo here, and choose Replace to all
  • Config Git Auth
    • Install and Enable the Obsidian Git plugin
    • Go to github (I recommend you to use Personal access tokens, since the Password will fail sometimes)
    • Setting -> Developersetting -> Tokens (classic) -> generate new token
    • Please copy and store your token somewhere, cause it only shows once.
    • Paste your Personal access tokens to the Obsidian Git Setting-> Commit Author -> password/personal access tokens
  • Done, enjoy your free sync with git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment