Skip to content

Branch Rule

Hyungyu Kim edited this page Aug 8, 2021 · 2 revisions

Branch Rule

  • main : 제품으로 출시될 수 있는 브랜치
  • develop : 다음 출시 버전을 개발하는 브랜치
  • feature : 기능을 개발하는 브랜치
  • release : 이번 출시 버전을 준비하는 브랜치

  • git-flow 사용

  • feature 브랜치에는 이슈번호로만 작성

    featrue/#1

  • main

  • develop

  • featrue/#(issue_number)

  • release/(version_number)

  • hotfix/#(issue_number)

Clone this wiki locally