hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square69fedilinkarrow-up1646arrow-down16
arrow-up1640arrow-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 year agomessage-square69fedilink
minus-squareDasnap@lemmy.worldlinkfedilinkarrow-up11·1 year ago‘Change’ if I’m feeling particularly chaotic.
minus-squarekopper [they/them]@lemmy.blahaj.zonelinkfedilinkarrow-up11·1 year agogit commit -m $(date)
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up2·1 year agoMake a cron job for git add . && git commit "$(date)" && git push -f
‘Change’ if I’m feeling particularly chaotic.
git commit -m $(date)
Make a cron job for
git add . && git commit "$(date)" && git push -f