Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 584 Bytes

#commit rules - 참고 (https://blog.ull.im/engineering/2019/03/10/logs-on-git.html)

  1. Add a - a 추가
  2. Fix b - b 수정
  3. Del c - c 삭제
  4. Update d - d 업데이트
  • fix 경우 원본에서 에러사항 수정 및 보완, update 경우 수정이 아닌 기능의 강화

#branch rules - 참고 (https://rumblefish.tistory.com/65)

  1. master - Final version branch (ver 0.0)
  2. develop - feature merge, commit (ver 0.0 feat_x, feat_y...)
  3. release - Only Bug Fix branch (ver 0.0)
  4. feature_x - Activity branch x : Activity name ( ex : feature_map)