Skip to content

깃 컨벤션

Withlaw edited this page Nov 15, 2022 · 2 revisions

깃 브랜치 컨벤션

  • PR 병합 방식: squash merge
    • main: 배포단계
    • dev: 개발단계
    • 하위 브랜치:
image

예시

  1. 브랜치: Feat/{기능명}
    ex) Feat/회원조회
  2. 커밋: {type}: {구현 내용}
    ex) fix: 페이징시 카운트 쿼리 수정
  3. PR: [{position}] {type}: {구현 내용}
    ex) [BE] Fix : 페이징시 카운트 쿼리 수정
Clone this wiki locally