Documentation
Installation
Install gs via npx, Homebrew, Go, or from source.
npx (no install needed)
Run gs directly without installing anything globally:
npx @gitstack/cliHomebrew (macOS / Linux)
brew install israelmalagutti/tap/git-stackGo
Requires Go 1.21+:
go install github.com/israelmalagutti/git-stack@latestShell script
curl -fsSL https://raw.githubusercontent.com/israelmalagutti/git-stack/main/scripts/install.sh | bashFrom source
git clone https://github.com/israelmalagutti/git-stack.git
cd git-stack
make installVerify the installation
gs --version