← Package directory
Available on winget

Install GitTower GitFlowNext

A modern reimplementation of git-flow.

Install with winget
winget install --id GitTower.GitFlowNext
Upgrade
winget upgrade --id GitTower.GitFlowNext
Uninstall
winget uninstall --id GitTower.GitFlowNext

About GitTower GitFlowNext

A modern reimplementation of git-flow in Go that offers greater flexibility while maintaining backward compatibility with the original git-flow and git-flow-avh.

What's new in 1.0.0

Added - --no-verify option for finish command to skip git hooks during merge - --merge-message and --update-message options for finish command with placeholder support - Git config support for merge message options (gitflow.<type>.finish.mergeMessage, gitflow.<type>.finish.updateMessage) - Configuration scope flags for init command (--local, --global, --system, --file) - --force option for init command to allow reconfiguration - Remote sync check before finish to ensure local branch is up-to-date with remote Changed - Default fetch behavior changed to true for finish command Fixed - Hooks now receive correct positional arguments Installation See the installation instructions in the README. Checksums SHA-256 checksums for the release artifacts are available in the checksums.txt file.

Read release notes

Version history

Version Updated Notes
1.0.0 Unknown Added - --no-verify option for finish command to skip git hooks during merge - --merge-message and --update-message options for finish command with placeholder support - Git config support for merge message options (gitf...
0.1.1 Unknown Bug - fix: Remove git config section when deleting topic branch types