Une colletion d'extentions Git pour procurer des opperation de registre supplementaires. Plus d'informations : https://github.com/nvie/gitflow.
git flow init
develop
:git flow feature start {{feature}}
develop
puis suprimmer :git flow feature finish {{feature}}
git flow feature publish {{feature}}
git flow feature pull origin {{feature}}