각 브랜치의 역할

feature 브랜치 작명 방식

{기능}/{issue_number}-{feature_name}

// 예시
feature/23-index-api
hotfix/23-index-api

image.png