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-square70fedilinkarrow-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-square70fedilink
minus-squareobrenden@lemmy.worldlinkfedilinkarrow-up59·1 year agoWith 400 lines changed over 50 files
minus-squaredukk@programming.devlinkfedilinkarrow-up15·1 year ago“feat: stuff” Guilty of this one myself.
minus-squareJeremyward@lemmy.worldlinkfedilinkarrow-up12·1 year 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·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
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up9·1 year ago“Bits were fiddled, possibly in the right way”
minus-squarePixxlMan@lemmy.worldlinkfedilinkarrow-up2·1 year agoMy butterfly was having a bad day so I can’t be sure, sorry
minus-squareMeowoem@sh.itjust.workslinkfedilinkarrow-up0arrow-down1·edit-21 year 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’