hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square99fedilinkarrow-up1782arrow-down18
arrow-up1774arrow-down1imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agomessage-square99fedilink
minus-squareDasnap@lemmy.worldlinkfedilinkarrow-up12·11 months ago‘Change’ if I’m feeling particularly chaotic.
minus-squarekopper [they/them]@lemmy.blahaj.zonelinkfedilinkarrow-up13·11 months agogit commit -m $(date)
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up3·11 months agoMake a cron job for git add . && git commit "$(date)" && git push -f
minus-squareMajorHavoc@lemmy.worldlinkfedilinkarrow-up1·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.
‘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.