windows 安裝 git flow
1、https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh
把這個復制出來寫到文件裏
2、執行 ./gitflow.sh install stable 即可
3、進入項目目錄git flow init 初始化環境
$ git flow init # 全部回車
Which branch should be used for bringing forth production releases?
- develop
- master
Branch name for production releases: [master]
Which branch should be used for integration of the "next release"?
- develop
Branch name for "next release" development: [develop]
How to name your supporting branch prefixes?
Feature branches? [feature/]
Bugfix branches? [bugfix/]
Release branches? [release/]
Hotfix branches? [hotfix/]
Support branches? [support/]
Version tag prefix? []
Hooks and filters directory? [C:/testzee/nodejs/Koala/.git/hooks]
windows 安裝 git flow