PrStack

Installation

Install PRStack, the leading PR stacking tool for GitHub. Quick setup guide for macOS, Linux, and Windows with Git and Jujutsu support.

Installation

Requirements

Before installing PrStack, make sure you have:

Installation Steps

# Clone the repository
git clone https://github.com/yannvanhalewyn/prstack.git
cd prstack

# Make executable
chmod +x bin/prstack

# Add to PATH or create symlink
ln -s $(pwd)/bin/prstack /usr/local/bin/prstack

Verify Installation

After installation, verify that PrStack is working:

prstack --help

You should see the list of available commands.

Next Steps

On this page