이번 팀프로젝트에서 사용하기로 한 Gitmoji Gitmoji란? git + emoji : emoji를 이용해 commit message를 작성하는 tool # npm 패키지 사용을 위해 node.js npm i -g gitmoji-cli git add : 변경사항 스테이징 gitmoji -c : git commit -m 대신 gitmoji -c 명령어로 커밋메시지 작성 🎨 - Improve structure / format of the code. ⚡️ - Improve performance. 🔥 - Remove code or files. 🐛 - Fix a bug. 🚑️ - Critical hotfix. ✨ - Introduce new features. 📝 - Add or update documentat..