We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(faq): explain the new pre-commit/post-commit failure messages Document the actionable 'git pull/push failed' notifications the hardened hooks now emit, and point to the existing Rejected push / Git Conflict reconciliation steps.
docs(android): clarify ssh-agent options and harden push-graph - Explain that the two ssh-agent lines are alternatives (you usually need only one, or neither for password-free keys). - Guard the push-graph 'cd' and only commit when something is staged, so a no-op commit doesn't abort the script before the push.
docs(prerequisite): fix typos, mark a-Shell deprecated, polish disclaimers - 'partpartially' -> 'partially', 'warning form Git' -> 'from Git'. - Add a deprecation note to the a-Shell entry, pointing to Working Copy. - Reword the terminal disclaimers into correct grammar.
docs(macos,windows): clarify where the git hooks come from Step 7 just said 'copy pre-commit and post-commit' without saying where from; point to the repo's git-hooks/ folder (from the downloaded ZIP). Also fix the 'nothiong' typo on the Windows page.
docs(faq): clarify GPG example is Windows-specific in HTTPS section The HTTPS-auth section is macOS-titled but the commit-signing example used a Windows gpg.program path; label it as a Windows example and point macOS users to the right path / note signing is optional.
docs(home): add related tools / community plugins section List clstb/logsync and haydenull/logseq-plugin-git as alternatives or complements to the manual git workflow.
docs(ios): clarify Working Copy shortcut setup steps Rewrite step 6 to create the standalone 'pull logseq repo' / 'push logseq repo' shortcuts first, then reference them via Run Shortcut in the On App Open / On App Close automations, matching how Shortcuts actually works.
docs(faq): fix links and add SSH/HTTPS/Snap/automation entries - Fix the dead set-up-git#connecting-over-ssh link and the ssh -T command. - Add FAQs for: Connection closed on port 22 (use SSH over 443), cannot exec ssh / Permission denied on Snap (snap connect logseq:ssh-keys), HTTPS auth failing inside Logseq, and how pulls/fetches are automated.
docs(workflow): fix set-up-git links, ssh test cmd, add .gitattributes - Update the GitHub docs links from the dead /quickstart/set-up-git path to /git-basics/set-up-git (and the Connecting over SSH anchor). - Fix the SSH test command: ssh -T git@github.com (the missing git@ is a common cause of refused connections). - Add an optional .gitattributes section explaining union merge for notes.
added instruction of good practice to write ssh config
Added instrution against missing public key error.
Updated For Android users (markdown)
Updated For iOS iPadOS users (Working Copy) (markdown)
Updated For iOS iPadOS users (a Shell, Deprecated) (markdown)
Updated 💥 FAQ (markdown)
Updated Home (markdown)
Updated For iOS iPadOS users (a Shell) (markdown)
Updated 🪜 Workflow (markdown)