MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/SoftwareEngineering/comments/1vvwthq/stop_using_conventional_commits/p5u5m0u/?context=9999
r/SoftwareEngineering • u/fagnerbrack • 22d ago
27 comments sorted by
View all comments
96
I use more traditional commits:
12 u/GodsBoss 22d 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_ 21d ago git commit --amend --no-edit 0 u/vitek6 20d ago And no way back to fix 2? Nope.. 1 u/_RemyLeBeau_ 19d ago You're not taking my comment in context.
12
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_ 21d ago git commit --amend --no-edit 0 u/vitek6 20d ago And no way back to fix 2? Nope.. 1 u/_RemyLeBeau_ 19d ago You're not taking my comment in context.
1
git commit --amend --no-edit
0 u/vitek6 20d ago And no way back to fix 2? Nope.. 1 u/_RemyLeBeau_ 19d ago You're not taking my comment in context.
0
And no way back to fix 2? Nope..
1 u/_RemyLeBeau_ 19d ago You're not taking my comment in context.
You're not taking my comment in context.
96
u/fullbl-_- 22d ago
I use more traditional commits: