#commit rules - 참고 (https://blog.ull.im/engineering/2019/03/10/logs-on-git.html)
- Add a - a 추가
- Fix b - b 수정
- Del c - c 삭제
- Update d - d 업데이트
- fix 경우 원본에서 에러사항 수정 및 보완, update 경우 수정이 아닌 기능의 강화
#branch rules - 참고 (https://rumblefish.tistory.com/65)
- master - Final version branch (ver 0.0)
- develop - feature merge, commit (ver 0.0 feat_x, feat_y...)
- release - Only Bug Fix branch (ver 0.0)
- feature_x - Activity branch x : Activity name ( ex : feature_map)