Skip to content

Releases: ARNLTony/nextstep-git

v2.1

16 Mar 09:16

Choose a tag to compare

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

15 Mar 23:59

Choose a tag to compare

Full GitHub workflow client for NeXTSTEP 3.3

v1.0.0

13 Mar 00:10

Choose a tag to compare

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.