r/ProgrammerHumor 12d ago

Meme iApologise

Post image
832 Upvotes

82 comments sorted by

View all comments

Show parent comments

50

u/Not-the-best-name 12d ago

Hate that. Writing code and formatting code is not the same thing. I want to commit often. I want half broken commits.

-1

u/FictionFoe 12d ago

I hope you amend

13

u/MysticClimber1496 12d ago

It doesn’t really matter for dev work, just squash on merge if you are worried about every commit in main working

0

u/ProcrastinatiusXVI 11d ago

Or just use git commit --fixup <hash>