Skip to content

git branch 전략

Ha Sung Hwa edited this page Sep 2, 2022 · 1 revision

main - 배포

develop - 배포 전 개발 소스 병합

feature - 기능 개발

fix - 버그 fix

refactor - 추가적인 기능 개발없이 기존 기능 개선

docs - 문서 관련 작업

예시

$ git checkout -b feature/product-list

Clone this wiki locally