Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Meta33867y@NullBrain I sometimes go a few commits back to fix stuff like spaces or even bigger stuff that *should have been there* from the start and basically rebase the whole thing.
But only in private branches / repositories.
I know some devs that actually do commit small things multiple times to fix oversights but I'm not a fan of doing so if it can be avoided. -
@Meta Yes, I agree thta should be avoided. I mainly use to correct simple mistakes on a last commit such as typos, or simple stuff that don't really need a whole new commit.
Related Rants
Versioning is important
undefined
commitstrip
versioning
design
bugfix