@[email protected] to Programmer [email protected] • 10 days agogit workflowlemmy.mlimagemessage-square39fedilinkarrow-up1541cross-posted to: [email protected]
arrow-up1541imagegit workflowlemmy.ml@[email protected] to Programmer [email protected] • 10 days agomessage-square39fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink24•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