Sau khi git flow init
, làm thế nào để loại bỏ git flow
mô hình?
Thậm chí, tôi đã xóa cấu hình liên quan khỏi .git/config
tệp.
$ git flow init
# force reset
$ git flow init -f
Đã xóa nội dung bên dưới khỏi tệp .git / config.
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
Cảm ơn.