Post #1813038
2026-04-30 12:41 UTC
Yeah, I’m with you. I mean, git isn’t magic. You “can” squash anything, including a merge commit, but just being at the end result, running git reset and then running a manual git add and commit there. That’s basically all a squash is.
But what you’ll be left with us a single commit that contains all of the code from the branch you’re squashing and also all the code pulled in from every branch you merged, all written as though it all came from this one commit. And maybe that’s what you want? But it feels like also maybe it’s not?
Replies (0)
No replies.