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-square101fedilinkarrow-up1813arrow-down18
arrow-up1805arrow-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-square101fedilink
minus-squareobrenden@lemmy.worldlinkfedilinkarrow-up70arrow-down1·11 months agoWith 400 lines changed over 50 files
minus-squaredukk@programming.devlinkfedilinkarrow-up19·11 months ago“feat: stuff” Guilty of this one myself.
minus-squareJeremyward@lemmy.worldlinkfedilinkarrow-up13·11 months agoI had a commit recently that was like 2000 lines changed over 6 files. Really should have been a smaller issue.
minus-squareDkarma@lemmy.worldlinkfedilinkarrow-up5arrow-down1·11 months agoY tho??? Holy shit. Commits should be like functions. One thing and one thing only. Maybe a small group of files like the same change over multiple config files. 50 is insane to me.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up14·11 months ago“Bits were fiddled, possibly in the right way”
minus-squarePixxlMan@lemmy.worldlinkfedilinkarrow-up2·11 months agoMy butterfly was having a bad day so I can’t be sure, sorry
minus-squareDasnap@lemmy.worldlinkfedilinkarrow-up12·11 months ago‘Change’ if I’m feeling particularly chaotic.
minus-squarekopper [they/them]@lemmy.blahaj.zonelinkfedilinkarrow-up13·11 months agogit commit -m $(date)
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up3·11 months agoMake a cron job for git add . && git commit "$(date)" && git push -f
minus-squareMajorHavoc@lemmy.worldlinkfedilinkarrow-up1·edit-211 months agoI actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered. Edit: I think it was a personal journal repo that I wanted daily versions of, but couldn’t be bothered to actually check in.
minus-squareDkarma@lemmy.worldlinkfedilinkarrow-up3arrow-down1·11 months agoSee jira-blah: is my go-to. Sometimes there’s even a jira at that location/number 🤔
minus-squareMeowoem@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·edit-211 months 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.
Y tho??? Holy shit. Commits should be like functions. One thing and one thing only. Maybe a small group of files like the same change over multiple config files. 50 is insane to me.
“Bits were fiddled, possibly in the right way”
My butterfly was having a bad day so I can’t be sure, sorry
‘Change’ if I’m feeling particularly chaotic.
git commit -m $(date)
Make a cron job for
git add . && git commit "$(date)" && git push -f
I actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered.
Edit: I think it was a personal journal repo that I wanted daily versions of, but couldn’t be bothered to actually check in.
See jira-blah: is my go-to. Sometimes there’s even a jira at that location/number 🤔
‘fixed odd or even function for values 600 to 950, plus other stuff I forgot to commit earlier’