Modern Git-flow branching model implementation with enhanced features
Modern implementation of the Git-flow branching model
git-flow-next
$ git flow-next init
$ git flow-next feature start my-feature
$ git flow-next feature finish my-feature