Sau git flow init
, cách xóa git flow
mô hình?
Thậm chí, tôi đã xóa cấu hình có liên quan khỏi tệp .git/config
.Có lệnh nào để hoàn tác lệnh git flow init không?
$ git flow init
# force reset
$ git flow init -f
Đã loại bỏ bên dưới nội dung từ file .git/config.
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
Cảm ơn.
posible lặp lại chủ đề http://stackoverflow.com/questions/3212459/is-there-a-command-to-undo-git-init – codebreaker
@codebreaker, nhờ trả lời. Chủ đề đó [# 3212459] (http://stackoverflow.com/questions/3212459/is-there-a-command-to-undo-git-init) là về 'git int', chứ không phải' git flow init' .. – payliu