@[email protected] to Programmer [email protected]English • 11 months agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square99fedilinkarrow-up1791arrow-down18
arrow-up1783arrow-down1imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.dev@[email protected] to Programmer [email protected]English • 11 months agomessage-square99fedilink
minus-square@[email protected]linkfedilink3•11 months agoMake a cron job for git add . && git commit "$(date)" && git push -f
minus-square@MajorHavoclink1•edit-211 months agoI actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered. Edit: I think it was a personal journal repo that I wanted daily versions of, but couldn’t be bothered to actually check in.
Make a cron job for
git add . && git commit "$(date)" && git push -f
I actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered.
Edit: I think it was a personal journal repo that I wanted daily versions of, but couldn’t be bothered to actually check in.