Replies: 1 comment
-
Adding some context from the original NetDev chat here. The request is not to squash all changes in a branch into a single change on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm excited about branching + change management, to protect against bad changes. Here's a workflow I imagine will happen quite often:
In this scenario, it would be great if the changelog does not include the original mistakes. In git terminology, I would like the changes to be squashed.
Beta Was this translation helpful? Give feedback.
All reactions