이전

commit 메시지 수정하기

마지막 commit 메시지 수정하기

git commit --amend

or

git commit --amend -m "new message"

과거 특정 커밋 메시지를 수정 하기 위해서는 rebase를 사용해야 합니다.