git flow

A collection of Git extensions to provide high-level repository operations. More information: https://github.com/nvie/gitflow.

git flow init

git flow feature start {{feature}}

git flow feature finish {{feature}}

git flow feature publish {{feature}}

git flow feature pull origin {{feature}}