@cm0002@lemmy.world to Programmer Humor@programming.dev • 29 days agogit workflowlemmy.mlimagemessage-square39fedilinkarrow-up1559arrow-down16cross-posted to: programmerhumor@lemmy.ml
arrow-up1553arrow-down1imagegit workflowlemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 29 days agomessage-square39fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@jol@discuss.tchncs.delinkfedilink26•29 days 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