Learn Git by using Git.
GitStart Lite guides you through real Git commands. It explains each step and protects your local work.
Run this one-line command in Git Bash, macOS Terminal, or Linux shell:
bash -c "$(curl -fsSL https://richardp23.github.io/gitstart-lite/run)"
This downloads the stable release, verifies the checksum when possible, and starts GitStart.
On Windows Git Bash, if curl reports a certificate revocation error, use:
bash -c "$(curl -fsSL --ssl-no-revoke https://richardp23.github.io/gitstart-lite/run)"
See troubleshooting for more help.
Prefer a direct download? Get the release file and run it locally:
bash gitstart.sh
See download and run for checksum verification.
Current stable tag: v0.5.0 (stable.txt)