Skip to content

git-nest 0.8.20

Choose a tag to compare

@github-actions github-actions released this 11 Aug 06:21
· 9 commits to main since this release
6cbb2b3

0.8.20 - 2026-08-11

Windows installation documentation

  • The QuickStart, the Manual, and the CI consumer guide now state
    explicitly that Windows requires Git for Windows (git-nest runs on
    Git Bash). Without it the installers complete but every git-nest
    command exits with "Git is not installed or not on PATH." (exit 3).
  • Added a direct PowerShell install option (iex (iwr -useb ...))
    alongside the cmd.exe wrapper one-liner on the QuickStart, in the
    Manual, and in the CI consumer guide.