Description
Implements the Git Flow branching model as command-line helpers for features, releases, hotfixes, and support branches. It helps teams follow a structured branch workflow without memorizing every Git command sequence.
The tool creates and switches branches and can affect shared repository conventions. Make sure the project actually uses Git Flow before applying it, because many teams use simpler trunk-based or pull-request workflows instead.