1.終端輸入
curl -L -O https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh
之后看到安裝日志輸出 usage: git flow init [-fd]的時候
在終端內輸入 git flow init?
之后會出現
Branch name for production releases: []
選擇master develop 二選一
我自己選擇了master ?后續選擇develop
之后出現這條輸出
How to name your supporting branch prefixes?
Feature branches? [feature/] feature ?
出現Feature branches? [feature/] ?的時候 一路回車鍵就好了。