프론트와 백이 같은 저장소를 사용하는 모노레포의 특성상, Git branch 전략을 정하고 시작해야 한다고 생각
메인 브랜치명 : main
[GIT] 📈 깃 브랜치 전략 정리 - Github Flow / Git Flow
main
├── develop
│ ├── feature/fe/~ (프론트엔드 기능)
└── └── feature/be/~ (백엔드 기능)
├── release/*
└── hotfix/*
예: feature/fe/login-page
feature/be/auth-service
feature/fe/user-profile
feature/be/user-api
// 소문자로 작성