Gonzako@lemmy.world to Programmer Humor@programming.dev · edit-221 days agoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldvideomessage-square78linkfedilinkarrow-up1137
arrow-up1137videoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldGonzako@lemmy.world to Programmer Humor@programming.dev · edit-221 days agomessage-square78linkfedilink
minus-squareSerinus@lemmy.worldlinkfedilinkarrow-up8·20 days agoThen why are you using source control at all? You can manually copy the directory and name it “— Copy”.
minus-squareGonzako@lemmy.worldOPlinkfedilinkarrow-up1·20 days agoI set up CI/CD that silently boots up the changes pushed on main
minus-squaretyler@programming.devlinkfedilinkarrow-up5·20 days agothen just always force push. You’re not even using the source control, you might as well just use a shell script to deploy rather than listening on CI/CD
Then why are you using source control at all? You can manually copy the directory and name it “— Copy”.
I set up CI/CD that silently boots up the changes pushed on main
then just always force push. You’re not even using the source control, you might as well just use a shell script to deploy rather than listening on CI/CD