Convention - team-irc/tchatong GitHub Wiki
https://jinbkim.tistory.com/261.
https://codingsight.com/git-branching-naming-convention-best-practices/#:~:text=4.%20Git%20Branch%20with%20Author%20Name
<author>_<branch_type>_<branch_name>
branch types(추가 가능):
- feature -- 새 기능 추가
- fix -- 버그 픽스
- refactor -- 리펙토링
- devops -- dockerfile, docker-compose.yaml 수정 등 DevOps관련 수정
e.g.) yochoi_feature_new-mainpage-button
e.g.) hna_refactor_refactor-api-struct