-
Notifications
You must be signed in to change notification settings - Fork 4
branch strategy
윤이진 edited this page Nov 3, 2021
·
2 revisions
master
├ develop
│ ├ feature/read-plamon (ex)
│ ├ feature/login (ex)
│ ├ feature/unity-initialize (ex)
│ ...
│ └ feature/기능이름
│
└ hotfixhttps://techblog.woowahan.com/2553/
Git-Flow 기반의 브랜치 관리 전략을 사용합니다.
master, develop, feature, hotfix 브랜치를 관리할 예정입니다.
feature 브랜치의 경우 feature/[기능 이름]과 같이 명명합니다.