conventional-commits / conventionalcommits.org

The conventional commits specification

Home Page:https://conventionalcommits.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggested change in the FAQ

jowhannez opened this issue · comments

Under the question "What do I do if I accidentally use the wrong commit type?" you suggest using

git rebase -i

and don't mention

git commit --amend

which I think is the intuitive way to change a commit message, unless you discover the mistake way later on.