Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 10:15
· 3 commits to main since this release

Changed

  • Every checkout carries pull.rebase=true in its own git config, set by
    the refresh every command runs, so git pull over a local commit rebases
    instead of asking how to reconcile divergent branches. An explicit local
    value is kept. docsync push's follow-up pull passes --no-rebase so an
    edit in progress still only blocks it when git would overwrite it.