Every time I commit I have to look through git diff
, figure out what the hell I actually did, come up with something intelligent to say about jt, possibly split the commit into multiple commits if I changed multiple things, do some shuffling with git reset
and git add
…
For some reason all my personal projects are all like 4K SLoC with 20 total commits, all of which include apologies for not doing more smaller commits
Maiznieks@lemmy.world 11 months ago
“Fix”
obrenden@lemmy.world 11 months ago
With 400 lines changed over 50 files
hypnotic_nerd@programming.dev 11 months ago
“updates”
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.
frezik@midwest.social 11 months ago
“Bits were fiddled, possibly in the right way”
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)
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’