git flow init
git flow feature start nome-da-feature
git flow feature finish nome-da-feature
git flow hotfix start nome-da-fix
cria um branch de hotfix apartir do master
git flow hotfix finish nome-da-fix
automaticamente faz o merge com o master e develop
git flow release start 1.0.0
git flow release finish '1.0.0'