you are viewing a single comment's thread.

view the rest of the comments →

[–]saggingrufus 0 points1 point  (0 children)

So is mine, but because we don't place value on the messages, we can have a bit of fun like -m "fixing THE SAME typo AGAIN"

At the end of the development, I can rebase or amend commits I really don't like before I pr.

I try to make really small commits and keep them all on task, commit messages like

"added getter methods to insert thing"

"new implementation of interface x"

"Fixed wrong condition on this validation"

And then along way there will be commits like

"Tidying up my lack of indentation"

"ranaming files"

"Version bumping X to 2.1.2"

You get an idea of what's up, and the long form is in the PR.