jxk@sh.itjust.works to Programmer Humor@programming.dev · 4 days agoPlease let me squash a merge commitsh.itjust.worksimagemessage-square33linkfedilinkarrow-up11
arrow-up11imagePlease let me squash a merge commitsh.itjust.worksjxk@sh.itjust.works to Programmer Humor@programming.dev · 4 days agomessage-square33linkfedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up0·4 days 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·4 days agoHaha same. But that’s why you do it in another branch, and then squash-merge.
minus-squareranzispa@mander.xyzlinkfedilinkarrow-up0·4 days 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.