cm0002@lemmy.world to Programmer Humor@programming.dev · 10 days agogit workflowlemmy.mlexternal-linkmessage-square39fedilinkarrow-up1553arrow-down17
arrow-up1546arrow-down1external-linkgit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 10 days agomessage-square39fedilink
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up26·10 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