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