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