cm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agogit workflowlemmy.mlimagemessage-square39linkfedilinkarrow-up1565cross-posted to: [email protected]
arrow-up1565imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square39linkfedilinkcross-posted to: [email protected]
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up26·5 months 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