cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agogit workflowlemmy.mlimagemessage-square7fedilinkarrow-up17arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up17arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square7fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up0·3 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