stax 0.42.2

Fast stacked Git branches and PRs
Documentation
# Install

```bash
# Homebrew (macOS/Linux)
brew install cesarferreira/tap/stax

# Or with cargo binstall
cargo binstall stax
```

Both `stax` and `st` (short alias) are installed automatically.

### Windows

Download `stax-x86_64-pc-windows-msvc.zip` from [GitHub Releases](https://github.com/cesarferreira/stax/releases/latest), extract both `stax.exe` and `st.exe`, and place them in a directory on your `PATH`.

See [Windows notes](../reference/windows.md) for shell and worktree limitations.

## Verify

```bash
stax --version
```