-
Notifications
You must be signed in to change notification settings - Fork 5
04. Git Flows & Branch Naming Convention
Taegyung Gong edited this page Oct 26, 2020
·
1 revision
- 브랜치 네이밍은
feat/{기능 이름}#{관련 이슈번호}
로 설정한다.- ex.
feat/validation#1
- ex.
- 기능 구현이 끝나면 feature 브랜치는 web/iOS 브랜치로 머지 후 삭제한다.
- 데일리스크럼 마무리할 때 web/iOS 브랜치를 dev에 머지한다.
-
매주 금요일 배포 전
에 dev 브랜치를 master에 머지한다.
- master
ㄴ dev
ㄴ web
ㄴ feature 브랜치 1
ㄴ ...
ㄴ iOS
ㄴ feature 브랜치 1
ㄴ ...