Skip to content

v1.0.0

Choose a tag to compare

@ARNLTony ARNLTony released this 13 Mar 00:10
· 10 commits to master since this release

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.