hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoManager: 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 years agomessage-square68linkfedilink
minus-squareobrenden@lemmy.worldlinkfedilinkarrow-up59·2 years agoWith 400 lines changed over 50 files
minus-squaredukk@programming.devlinkfedilinkarrow-up15·2 years ago“feat: stuff” Guilty of this one myself.
minus-squareJeremyward@lemmy.worldlinkfedilinkarrow-up12·2 years agoI 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 years ago‘Change’ if I’m feeling particularly chaotic.
minus-squarekopper [they/them]@lemmy.blahaj.zonelinkfedilinkarrow-up11·2 years agogit commit -m $(date)
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up2·2 years agoMake a cron job for git add . && git commit "$(date)" && git push -f
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up9·2 years ago“Bits were fiddled, possibly in the right way”
minus-squarePixxlMan@lemmy.worldlinkfedilinkarrow-up2·2 years agoMy butterfly was having a bad day so I can’t be sure, sorry
minus-squareMeowoem@sh.itjust.workslinkfedilinkarrow-up0arrow-down1·edit-22 years ago‘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’