Skip to content

Documentation

Installation

Install gs via npx, Homebrew, Go, or from source.

npx (no install needed)

Run gs directly without installing anything globally:

npx @gitstack/cli

Homebrew (macOS / Linux)

brew install israelmalagutti/tap/git-stack

Go

Requires Go 1.21+:

go install github.com/israelmalagutti/git-stack@latest

Shell script

curl -fsSL https://raw.githubusercontent.com/israelmalagutti/git-stack/main/scripts/install.sh | bash

From source

git clone https://github.com/israelmalagutti/git-stack.git
cd git-stack
make install

Verify the installation

gs --version