相关疑难解决方法(0)

是否有撤消git flow init的命令?

之后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

69
推荐指数
2
解决办法
3万
查看次数

标签 统计

git-flow ×1