cm0002@lemmy.world to Programmer Humor@programming.dev · 19 days agogit workflowlemmy.mlexternal-linkmessage-square36fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1external-linkgit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 19 days agomessage-square36fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up0·19 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