git commitizen의 사용법 알아보기를 참조하여 작성합니다.
node.js
를 설치합니다.- 아래 명령어를 실행합니다.
npm install -g commitizen
npm install -g cz-conventional-changelog
npm install -g cz-emoji-conventional cz-emoji
echo '{ "path": "cz-emoji-conventional" }' > ~/.czrc
- 파일 변경사항 적용 후
git commit -m "메세지"
가 아닌git-cz
명령어를 실행하여 커밋을 올립니다.
Thanks goes to these wonderful people (emoji key):
YeEun 📖 🚇 |
박경준 📖 🚇 |
Ha Jun Yoo 📖 |
WooJin Jung 📖 |
DongHyeonWon 📖 |
HuiGwan Seol 📖 |
Sun Ah Min 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!