This repo aims to help Logseq users to sync their data via Git and GitHub.
From the above diagram, it's pretty obvious that Git is the most robust way to sync your graph. iCloud is slow and problematic. Syncthing has no first-party iOS/iPadOS app, but it can be used there through a compatible third-party client such as Möbius Sync — see #40 for a community-tested setup.
However, Git is quite scary for non-programmers, so this doc is here to help!
Please check Prerequisite and get yourself a cup of coffee ☕.
Please check Workflow.
Please check Windows.
Please check macOS.
Please check iOS/iPadOS.
Please check Android.
Linux users click here
If you are a Linux user, why are you still watching this repo? Shooo. 😎Lol, just a joke. Take the steps in macOS section as reference if you need it.
Please check FAQ.
- 2026-06-11: Harden the git hooks.
pre-commitnow surfacesgit pullfailures with an actionable message instead of silently committing on a broken sync (and stays quiet on success);post-commitpushes the current branch viagit push origin HEADso repos whose default branch isn'tmainwork, and reports push failures. Both fail fast on credential prompts (GIT_TERMINAL_PROMPT=0). The Androidpush-graph.shno longer aborts before pushing when there is nothing new to commit. See thepre-commit/post-commitmessages FAQ. - 2026-06-11: Issue cleanup. Fixed dead GitHub docs links (
set-up-git) and thessh -T git@github.comtest command in Workflow/FAQ; added FAQ entries for SSH-over-443 (blocked port 22), HTTPS auth inside Logseq, Snapssh-keyspermission, and how pulls are automated; clarified the iOS Working Copy shortcut steps; added optional.gitattributes(merge=union) guidance; hardenedgit-hooks/pre-commitwith merge/rebase guards; noted Möbius Sync for Syncthing on iOS; and listed related community tools in Home. - 2024-04-18: Add ssh config in Workflow to avoid Permission denied:(publickey) issue.
- 2023-12-27: Fix For Android users
Termuxpath to~/storage/sharedto avoid issue#34. - 2023-11-21: Update For iOS/iPadOS users (Working-Copy) for updated version of Working Copy.
- 2023-10-21: Add deprecation warning at For iOS/iPadOS users (a-Shell-Deprecated)
- 2023-10-12: Add Why and how to fix error: "fatal: not in a git directory"? to
FAQ. - 2023-01-09: Add
a-Shellsupport for iOS/iPadOS users as a free althernative. - 2022-11-01: Update
Prerequisite,For macOS users,For Android users,FAQwiki.
- Working Copy on iOS, by @danieltomasz1.
- Steps to auto sync iOS + Windows, by @Caps2.
- Gitea - self-hosted git server, by @Sawhney3.
- Self Managed Sync + Android setup, by @danzu4 and @Abulafia5.
- Git hooks settings
- What is GitHub?
- How does Git work?
- Repository size limits for GitHub.com
- About large files on GitHub
- Differences between CRLF and LF, in Chinese.
- Alternative way of git syncing on iOS using a-shell for free, by Petrus Hyvönen6.
- [Tutorial] How to enable automatic logseq graph sync on iOS with git & shortcut, by @sickmz7.
Credits to @danieltomasz1, @Sawhney3, @Caps2, @Abulafia5 @qwxlea4 for the workflow build up. And credits to @danzu8 for the incredible diagram!
FYI, those IDs are IDs in Logseq Discord Server if not specified.
