-
Notifications
You must be signed in to change notification settings - Fork 0
Git flow to work on an issue
YoonSung Kim edited this page Mar 9, 2023
·
5 revisions
- 최종 테스트 이후 배포 버전
- commit msg에 resolve: #? / resolved: #? 등 입력하고, main으로 merge 되면 자동으로 issue가 닫힙니다 :)
- feature branch에서 pr한 코드를 모으는 branch
- 기능별로 코드 추가 삭제하는 branch
- 작업 전 develop branch기준으로 생성
- 작업 후 develop branch로 pr, code review이후 develop branch로 병합
- 체크박스를 사용하면 이슈 목록에서 마일스톤 처럼 확인 가능
- 작업자, 라벨 설정
git fetch --all --prune