cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agogit workflowlemmy.mlexternal-linkmessage-square39linkfedilinkarrow-up1561arrow-down17cross-posted to: programmerhumor@lemmy.ml
arrow-up1554arrow-down1external-linkgit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square39linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up26·1 year 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