-
Notifications
You must be signed in to change notification settings - Fork 4
브랜치 관리 규칙
GunBros edited this page Oct 27, 2020
·
1 revision
- deploy: 배포용 브랜치
- dev: 개발 브랜치
- 작업을 시작할 때: 자신의 클래스 개발 브랜치에서 feat/<클래스>-기능명 으로 브랜치 생성
- ex) feat/FE-...
- 브랜치 이름은 영어로 작성 / 커밋(제목, 내용)은 한글로 작성
- 참고 자료 : https://gmlwjd9405.github.io/2018/05/11/types-of-git-branch.html
- dev 브랜치로 merge 될 때, PR 메시지로 해당하는 issue를 닫아준다.
- 예시: Resolve #1, Closed #1..
- 참고: https://www.hahwul.com/2018/07/27/closing-git-issue-with-commit/
- default branch는 dev으로 설정한다.