frontend/DANG-0 > git fetch origin main
frontend/DANG-0 > git rebase origin/main
# rebase 충돌 시 충돌 해결 후 (그 양이 너무 많은 경우 git rebase --abort로 rebase 중단 가능)
frontend/DANG-0 > git add .
frontend/DANG-0 > git rebase --continue
frontend/DANG-0 > git push [-f]
Merge commit을 만들어 병합하는 방식 사용
※ 항상 최신 branch에서 병합
[역할]/[Task-ID]
ex) frontend/DANG-1
backend/DANG-2
infra/DANG-3
※ Task-Id
는 고유 식별자로 중복될 수 없습니다.
frontend/DANG-1: PR에서 수행한 작업 간략히 설명
backend/DANG-2: PR에서 수행한 작업 간략히 설명
infra/DANG-3: PR에서 수행한 작업 간략히 설명
udacity 가이드 형식 차용: https://udacity.github.io/git-styleguide/
type: subject
body(optional)
footer(optional)