DEV Community

Discussion on: Is git commit --amend truly *important*?

Collapse
 
reobin profile image
Robin Gagnon • Edited

I think it's definitely fine in the context of CI trial and error. I usually increment a counter on each commit. (Trying to get that HIGHSCORE)

That said, I clean it up using rebase and fixup so it makes sense chronologically when submitting a PR where context is important.

Collapse
 
dvddpl profile image
Davide de Paolis

Glad to see that this is not so uncommon in CI. Recently added gitlabci to our projects and last whole week of commits looks like this:

Fix it.
fix it again
Not yet fixed
Maybe now
Nope
This is it
Yet another fix
Finally
You wished
For godsake, please fix it

πŸ˜…

Collapse
 
sirseanofloxley profile image
Sean Allin Newell

Dat high score tho ☝️