https://docs.github.com/ko/get-started/using-github/github-flow https://velog.io/@woohm402/why-TBD
Main : 개발 브랜치(dev)
Release : 배포 브랜치
Feature : 기능 브랜치
feature-{#이슈번호}-{기능}
Feature 브랜치는 개발 명세 기준으로 Main 브랜치에서 분기
Feature 브랜치에서 Main 브랜치로 Merge 할 때 Squash Merge
Main 브랜치에서 Release 브랜치로 Merge 할 때 Rebase Merge