git-stk: Git-native stacked branch workflow helper
Git-native stacked branch workflow helper, with GitHub and GitLab integration - lararosekelley/git-stk
Opening excerpt (first ~120 words) tap to expand
git-stk Git-native stacked branch workflow helper with GitHub and GitLab review integration. git-stk keeps stacks as ordinary Git branches. Stack parent metadata is stored locally in .git/config as branch.<name>.stkParent, and GitHub PR bases or GitLab MR target branches can be used to reconstruct that metadata. Reporting issues Planned work and known issues are tracked in GitHub issues. Feel free to report bugs, feedback, feature requests, or ask questions there; just be polite 😉 Install Install using the official install script (except for PowerShell), which downloads the pre-built binary: curl https://larakelley.com/sh/git-stk | bash Or, with Homebrew on macOS: brew install lararosekelley/tap/git-stk With a Rust toolchain, cargo install git-stk --locked builds from source, or cargo…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.