hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 年前Manager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square102fedilinkarrow-up1815arrow-down18
arrow-up1807arrow-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 · 1 年前message-square102fedilink
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up3·1 年前Make a cron job for git add . && git commit "$(date)" && git push -f
minus-squareMajorHavoc@lemmy.worldlinkfedilinkarrow-up1·edit-21 年前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.
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.