Releases: ARNLTony/nextstep-git
Releases · ARNLTony/nextstep-git
Release list
v2.1
Remove git-nextstep binary from tracking The compiled binary was still tracked despite being in .gitignore. git rm --cached removes it from the index so future pulls won't overwrite the locally compiled binary. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
nextstep-git v2.0
Full GitHub workflow client for NeXTSTEP 3.3
v1.0.0
nextstep-git v1.0.0
First release of a native Git client for NeXTSTEP 3.3 on Motorola 68040.
Features
- Clone, status, add, commit, push, pull, log, diff
- Auto-detects default branch (master/main)
- Large file support via Git Blobs API (up to ~1.3 MB)
- TLS 1.2 via Crypto Ancienne
Download
- git-nextstep — prebuilt m68k binary, ready to run on NeXTSTEP 3.3
Usage
setenv GITHUB_TOKEN ghp_your_token_here
./git-nextstep clone owner/repo
See README for full instructions.