git flow init
の後、git flow
モデルを削除するには?
さらに、.git/config
ファイルから関連する設定を削除しました。git flow initを元に戻すコマンドはありますか?
$ 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 =
ありがとうございます。
でとりうるが、返信に感謝をスレッドhttp://stackoverflow.com/questions/3212459/is-there-a-command-to-undo-git-init – codebreaker
@codebreakerを複製します。そのスレッド[#3212459](http://stackoverflow.com/questions/3212459/is-there-a-command-to-undo-git-init)は、 'git int'ではなく' git flow init'です。 。 – payliu