後git flow init
、git flow
モデルを削除する方法は?
それでも、関連する設定を.git/config
ファイルから削除しました。
$ git flow init
# force reset
$ git flow init -f
.git / configファイルから以下のコンテンツをすでに削除しています。
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
ありがとう。