이후 모델 git flow init
을 제거하는 방법은 git flow
무엇입니까?
심지어 .git/config
파일 에서 관련 구성을 제거했습니다 .
$ 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 =
감사.