Hacker News new | ask | show | jobs
by anal_reactor 33 days ago
When you fix bugs, you don't edit history, you treat these as new features.
1 comments

Correct. The comparable git workflow when you fix a bug is that the work goes on the branch of the feature the bug was in, and "main" is updated to use the new head of that branch.