본문 바로가기
Programming/Git

[git] git flow 설정 제거하기

by 째스터 2022. 10. 25.
728x90

최근 개발팀의 branch 관리 전략이 git flow에서 github flow로 바뀌었다.
Gitkraken에 여전히 git flow 섹션이 남아있는 것을 볼 수 있다.

git bash에서 아래 명령어로 제거할 수 있다.

git config --remove-section "gitflow.path"
git config --remove-section "gitflow.prefix"
git config --remove-section "gitflow.branch"

다시 git flow를 설정하려면 아래 명령으로 다시 설정하면 된다.

git flow init

 

728x90

댓글