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-square68linkfedilinkarrow-up1648arrow-down16
arrow-up1642arrow-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-square68linkfedilink
minus-squareJeremyward@lemmy.worldlinkfedilinkarrow-up12·2 年前I had a commit recently that was like 2000 lines changed over 6 files. Really should have been a smaller issue.
minus-squareDasnap@lemmy.worldlinkfedilinkarrow-up11·2 年前‘Change’ if I’m feeling particularly chaotic.
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up2·2 年前Make a cron job for git add . && git commit "$(date)" && git push -f
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up9·2 年前“Bits were fiddled, possibly in the right way”
minus-squarePixxlMan@lemmy.worldlinkfedilinkarrow-up2·2 年前My butterfly was having a bad day so I can’t be sure, sorry
minus-squareMeowoem@sh.itjust.workslinkfedilinkarrow-up0arrow-down1·edit-22 年前‘fixed odd or even function for values 600 to 950, plus other stuff I forgot to commit earlier’
“Fix”
With 400 lines changed over 50 files
“updates”
“feat: stuff”
Guilty of this one myself.
I had a commit recently that was like 2000 lines changed over 6 files. Really should have been a smaller issue.
‘Change’ if I’m feeling particularly chaotic.
git commit -m $(date)
Make a cron job for
git add . && git commit "$(date)" && git push -f
“Bits were fiddled, possibly in the right way”
My butterfly was having a bad day so I can’t be sure, sorry
‘fixed odd or even function for values 600 to 950, plus other stuff I forgot to commit earlier’