cm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agogit workflowlemmy.mlexternal-linkmessage-square38fedilinkarrow-up1562arrow-down17cross-posted to: programmerhumor@lemmy.ml
arrow-up1555arrow-down1external-linkgit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agomessage-square38fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up26·12 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