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-square91fedilinkarrow-up1793arrow-down18cross-posted to: linuxmemes@lemmy.world
arrow-up1785arrow-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-square91fedilinkcross-posted to: linuxmemes@lemmy.world
minus-squareDasnap@lemmy.worldlinkfedilinkarrow-up11·11 months ago‘Change’ if I’m feeling particularly chaotic.
minus-squarekopper [they/them]@lemmy.blahaj.zonelinkfedilinkarrow-up12·11 months agogit commit -m $(date)
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up2·11 months 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