Git Flow

브랜치 전략은 기본적으로 Git flow 전략을 사용합니다.

Branch Naming

<aside> 💡 {git flow prefix}/issue-{issue number}/{name}

</aside>

참고 사이트