1、git flow init
执行该命令后一路enter知道完成。
2、git flow feature start name
git flow feature publish name
git flow feature finish name
3、git flow release start name develop
git flow release publish name
git flow release finish name -m"tag信息"
4、git flow hotfix start name master
git flow hotfix finish name