jxk@sh.itjust.works to Programmer Humor@programming.dev · 3 months agoPlease let me squash a merge commitsh.itjust.worksimagemessage-square35fedilinkarrow-up1396arrow-down14
arrow-up1392arrow-down1imagePlease let me squash a merge commitsh.itjust.worksjxk@sh.itjust.works to Programmer Humor@programming.dev · 3 months agomessage-square35fedilink
minus-squarekevincox@lemmy.mllinkfedilinkarrow-up2·3 months agoI think it doesn’t really make sense. Because you can’t “squash” one commit. squash is taking multiple commits and making them one. When you do a “squash merge” you are really saying “squash all the commits that are on this branch and not the target” then merge. So you can’t “squash a merge commit” you need at least one additional commit to squash in.
I think it doesn’t really make sense. Because you can’t “squash” one commit. squash is taking multiple commits and making them one.
When you do a “squash merge” you are really saying “squash all the commits that are on this branch and not the target” then merge.
So you can’t “squash a merge commit” you need at least one additional commit to squash in.