git flow

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

git flow feature start {{feature}}

git flow feature finish {{feature}}

git flow feature publish {{feature}}

git flow feature pull origin {{feature}}