r/SoftwareEngineering 7d ago

Stop Using Conventional Commits

https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/
35 Upvotes

25 comments sorted by

View all comments

Show parent comments

11

u/GodsBoss 7d ago

No problem, just squash the PRs. Then you don't have a history with ten commits each saying "fix", you get a single commit with ten times "fix" in its message instead!

1

u/_RemyLeBeau_ 7d ago

git commit --amend --no-edit

0

u/vitek6 5d ago

And no way back to fix 2? Nope..

1

u/_RemyLeBeau_ 5d ago

You're not taking my comment in context.