출처 : https://www.patrickzahnd.ch/blog.html#gittransport
$git commit --amend 마지막 커밋메세지를 변경하고 싶을 때 사용
$git commit --amend
https://gitmoji.carloscuesta.me/ 아래 명령어로 설치 후, npm i -g gitmoji-cli
npm i -g gitmoji-cli
commit 해야할 파일을 add 한 뒤 gitmoji -c를 입력하면 아래와 같이 적절한 아이콘을 선택하여 커밋할 수 있다
gitmoji -c