Une collection d'extensions Git pour procurer des opérations supplémentaires sur les dépôts. Plus d'informations : https://github.com/nvie/gitflow.
git flow init
develop
:git flow feature start {{feature}}
develop
puis la supprimer :git flow feature finish {{feature}}
git flow feature publish {{feature}}
git flow feature pull origin {{feature}}