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
'Programming > Git' 카테고리의 다른 글
[git] 불필요한 git tags 제거하기 (0) | 2024.02.08 |
---|---|
[git] .gitignore 파일이 적용되지 않을 때 (0) | 2022.11.06 |
Github profile Wakatime 연동하기 (1) | 2021.11.18 |
[git] Repository 복사하기(git clone --mirror) (0) | 2021.08.16 |
undo commit(git revert, git reset) (0) | 2021.06.03 |
댓글