cm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agogit workflowlemmy.mlimagemessage-square39linkfedilinkarrow-up1563arrow-down17cross-posted to: programmerhumor@lemmy.ml
arrow-up1556arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agomessage-square39linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejollinkfedilinkarrow-up26·6 months agoI have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
I have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
&& git push --force