“Bits were fiddled, possibly in the right way”
Comment on Manager: This task only takes 30 minutes. Why did it take you the whole day?
Maiznieks@lemmy.world 11 months ago
“Fix”
frezik@midwest.social 11 months ago
PixxlMan@lemmy.world 11 months ago
My butterfly was having a bad day so I can’t be sure, sorry
Dasnap@lemmy.world 11 months ago
‘Change’ if I’m feeling particularly chaotic.
ShittyKopper@lemmy.blahaj.zone 11 months ago
git commit -m $(date)
akkajdh999@programming.dev 11 months ago
Make a cron job for
git add . && git commit “$(date)” && git push -f
MajorHavoc@lemmy.world 11 months ago
I actually did this once…I swear there was a good reason. I promise it wasn’t anywhere that mattered.
Dkarma@lemmy.world 11 months ago
See jira-blah: is my go-to. Sometimes there’s even a jira at that location/number 🤔
Meowoem@sh.itjust.works 11 months ago
‘fixed prime number function for values 600 to 950, plus other stuff I forgot to commit earlier’
obrenden@lemmy.world 11 months ago
With 400 lines changed over 50 files
hypnotic_nerd@programming.dev 11 months ago
“updates”
dukk@programming.dev 11 months ago
“feat: stuff”
Guilty of this one myself.
Jeremyward@lemmy.world 11 months ago
I had a commit recently that was like 2000 lines changed over 6 files. Really should have been a smaller issue.
Dkarma@lemmy.world 11 months ago
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.