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-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up10·3 months 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·3 months 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.