mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-23 22:30:51 -05:00
Suggested change in the FAQ #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jowhannez on GitHub (Apr 12, 2023).
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.