@[email protected] to Programmer [email protected]English • 2 years agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square98fedilinkarrow-up1782
arrow-up1782imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.dev@[email protected] to Programmer [email protected]English • 2 years agomessage-square98fedilink
minus-square@[email protected]linkfedilink11•2 years ago‘Change’ if I’m feeling particularly chaotic.
minus-square@[email protected]linkfedilink3•2 years agoMake a cron job for git add . && git commit "$(date)" && git push -f
minus-square@[email protected]linkfedilink1•edit-22 years 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.
‘Change’ if I’m feeling particularly chaotic.
git commit -m $(date)
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.