jxk@sh.itjust.works to Programmer Humor@programming.dev · 1 day agoPlease let me squash a merge commitsh.itjust.worksimagemessage-square39linkfedilinkarrow-up1457arrow-down14
arrow-up1453arrow-down1imagePlease let me squash a merge commitsh.itjust.worksjxk@sh.itjust.works to Programmer Humor@programming.dev · 1 day agomessage-square39linkfedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up12·1 day agoThat’s basically my commit history for every repo where I need the pipeline to run to see if everything works.
minus-squareranzispa@mander.xyzlinkfedilinkarrow-up1·1 day agoWhen I do that I always have a Dev branch that I use as the production branch to run the actual calculations. When I get something working I merge it off, clean up the history a little bit, rebase main onto it and then rebase de onto main.
That’s basically my commit history for every repo where I need the pipeline to run to see if everything works.
When I do that I always have a Dev branch that I use as the production branch to run the actual calculations.
When I get something working I merge it off, clean up the history a little bit, rebase main onto it and then rebase de onto main.