git-flow

Git extensions implementing Vincent Driessen's branching model

brewmacoslinux
Try with needOr install directly
Source

About

Extensions to follow Vincent Driessen's branching model

Commands

git-flow

Examples

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