我跑了 git init
并选择第一个分支时出错。现在我想重新运行它来更改设置,但它再也没有问过第一个问题。
Which branch should be used for bringing forth production releases?
- develop
Branch name for production releases: [] develop
Which branch should be used for integration of the "next release"?
Branch name for "next release" development: [develop] ^C
Lymnaea:boxes (develop) $ git flow init
Which branch should be used for integration of the "next release"?
Branch name for "next release" development: [develop]
Production and integration branches should differ.
如何撤消第一次init运行,以便将分支设置为master?