Profile

Branch 전략: Git-Flow

Untitled

Git-Flow 설명

Branch Naming Convention

develop/game        // 게임
develop/frontend    // 웹 프론트엔드
develop/backend     // 웹 백엔드
game/player-attack
fe/report
be/entity

<aside> 💡 참고: game, fe, be는 작업 디렉토리를 기준으로 구분합니다. 예를 들어 PUN 통신 관련 기능은 game 카테고리에 속합니다.

</aside>

push 예시