[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
    
// 소문자로 작성