git-flow-next

Modern Git-flow branching model implementation with enhanced features

brewmacoslinux
Try with needOr install directly
Source

About

Modern implementation of the Git-flow branching model

Commands

git-flow-next

Examples

Initialize git-flow in your repository$ git flow-next init
Start a new feature branch$ git flow-next feature start my-feature
Finish and merge a feature branch$ git flow-next feature finish my-feature