@[email protected] to Programmer [email protected] • 2 months agogit workflowlemmy.mlimagemessage-square39fedilinkarrow-up1545cross-posted to: [email protected]
arrow-up1545imagegit workflowlemmy.ml@[email protected] to Programmer [email protected] • 2 months agomessage-square39fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink24•2 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