git checkout develop
git fetch
git pull
git flow init
git flow feature start newBlue
git flow feature publish newBlue
采用这种方式创建的分支是从最新的develop分支创建出来的,比较容易合代码。
git checkout develop
git fetch
git pull
git flow init
git flow feature start newBlue
git flow feature publish newBlue
采用这种方式创建的分支是从最新的develop分支创建出来的,比较容易合代码。