之后git flow init,如何删除git flow模型?
甚至,我从.git/config文件中删除了相关的配置.
$ git flow init
Run Code Online (Sandbox Code Playgroud)
# force reset
$ git flow init -f
Run Code Online (Sandbox Code Playgroud)
已经从.git/config文件中删除了以下内容.
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
Run Code Online (Sandbox Code Playgroud)
谢谢.
git-flow ×1