npm i -g gitmoji-cli
또는
VSCODE extension(추천)
git add .
gitmoji -c
choose a gitmoji: (이모지 고르기)
Enter the commit title: (커밋 제목입력)
Enter the commit message: (메시지입력)
git push origin feat#...
+) git cz라는 npm 패키지를 사용하면 커밋 컨벤션을 반 강제로 통일
https://www.npmjs.com/package/git-cz
"feat#기능이름"