jxk@sh.itjust.works to Programmer Humor@programming.dev · 11 hours agoPlease let me squash a merge commitsh.itjust.worksimagemessage-square24fedilinkarrow-up1306arrow-down12
arrow-up1304arrow-down1imagePlease let me squash a merge commitsh.itjust.worksjxk@sh.itjust.works to Programmer Humor@programming.dev · 11 hours agomessage-square24fedilink
minus-squareranzispa@mander.xyzlinkfedilinkarrow-up1·4 hours 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.
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.