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.
Originally created by @jowhannez on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/conventional-commits/conventionalcommits.org/issues/517
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jowhannez on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/conventional-commits/conventionalcommits.org/issues/517
Under the question "What do I do if I accidentally use the wrong commit type?" you suggest using
git rebase -iand don't mention
git commit --amendwhich I think is the intuitive way to change a commit message, unless you discover the mistake way later on.