This is the official Homebrew tap for installing git-flow-next — a modern, Go-based reimplementation of the Git Flow branching model.
git-flow-next is a CLI tool that manages Git workflows using the branching model popularized by the original git-flow and git-flow-avh. This project reimplements the model in Go, providing faster performance, better integration, and extensibility.
brew install gittower/tap/git-flow-nextbrew update
brew upgrade git-flow-nextbrew uninstall git-flow-nextTo update the formula after a new git-flow-next release, simply run:
./update_formula.rbThis script automatically fetches the latest release from GitHub, updates checksums, and commits the changes.