v26.1.101
·
0 commits
to 2753c9c9368e3879c067ead50d1c9ad09036bac3
since this release
git-sc 26.1.101
Installation
Download the appropriate binary for your platform and add it to your PATH.
macOS (Apple Silicon)
curl -L https://github.com/owayo/git-smart-commit/releases/download/v26.1.101/git-sc-aarch64-apple-darwin.tar.gz | tar xz
sudo mv git-sc /usr/local/bin/macOS (Intel)
curl -L https://github.com/owayo/git-smart-commit/releases/download/v26.1.101/git-sc-x86_64-apple-darwin.tar.gz | tar xz
sudo mv git-sc /usr/local/bin/Linux (x86_64)
curl -L https://github.com/owayo/git-smart-commit/releases/download/v26.1.101/git-sc-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv git-sc /usr/local/bin/Linux (ARM64)
curl -L https://github.com/owayo/git-smart-commit/releases/download/v26.1.101/git-sc-aarch64-unknown-linux-gnu.tar.gz | tar xz
sudo mv git-sc /usr/local/bin/Windows
Download git-sc-x86_64-pc-windows-msvc.zip, extract, and add to PATH.