Installation, sgit Docs
Install sgit with pip, verify with sgit doctor, upgrade with sgit update. Python 3.11+, two runtime dependencies.
Source: https://sgit.ai/docs/installation.html↗ · site v0.6.8 · this file is generated from the same content as the page, so the two cannot drift. Every page on this site has a .md twin; internal links below point at them.
Installation
Pure Python, two runtime dependencies. Python 3.11 or newer.
$ pip install sgit-ai
# or, on externally-managed systems:
$ pipx install sgit-ai
This installs two entry points: sgit and sgit-ai (they are identical, use whichever you like).
Verify
$ sgit version
sgit-ai v0.14.x
$ sgit doctor
✓ remote reachable ✓ TLS ok ✓ config valid
sgit doctor checks connectivity and configuration and prints per-OS fix instructions for the common problems (including SSL certificate issues). Add --json if a script or an agent is doing the checking.
Upgrade
$ sgit update # wraps pip install --upgrade sgit-ai