Git commit style guide

Git Commit ๋ฉ”์„ธ์ง€ ์Šคํƒ€์ผ

commit convention

{type}: {file or function} - { description }

ex) feat: src/main.js

ex) Modify: components/item.js - getItem ์ปดํฌ๋„ŒํŠธ ๊ตฌํ˜„

link

https://techblog.woowahan.com/2553/

commit rule

โ†’ https://udacity.github.io/git-styleguide/