jxk@sh.itjust.works to Programmer Humor@programming.dev · 1 day agoPlease let me squash a merge commitsh.itjust.worksimagemessage-square30linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagePlease let me squash a merge commitsh.itjust.worksjxk@sh.itjust.works to Programmer Humor@programming.dev · 1 day agomessage-square30linkfedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up0·1 day agoThat’s basically my commit history for every repo where I need the pipeline to run to see if everything works.
minus-squarekungen@feddit.nulinkfedilinkarrow-up0·1 day agoHaha same. But that’s why you do it in another branch, and then squash-merge.
minus-squareranzispa@mander.xyzlinkfedilinkarrow-up0·1 day agoI like squash merge on small changes, but when larger code changes are there it becomes a huge commit which is difficult to review if you ever have to go back.
That’s basically my commit history for every repo where I need the pipeline to run to see if everything works.
Haha same. But that’s why you do it in another branch, and then squash-merge.
I like squash merge on small changes, but when larger code changes are there it becomes a huge commit which is difficult to review if you ever have to go back.