hubflow

GitFlow workflow extension for GitHub with simplified branching

brewmacoslinux
Try with needOr install directly
Source

About

GitFlow for GitHub

Commands

git-hfgit-flow

Examples

Start a new feature branch$ git hf feature start my-feature
Finish a feature and create a pull request$ git hf feature finish my-feature
Start a release branch$ git hf release start 1.0.0