Comment on I've lately been making my git commit messages with AI

deur@feddit.nl ⁨7⁩ ⁨months⁩ ago

You realize you don’t need to list all your changes in the commit message, right? Anyone can blame or diff said changes.

The commit message is meant to be used for the high level stuff, the intent, representing / connecting progress towards a larger work item. Insert other reasons that aren’t saying literally what was changed.

Also one should use their time better if they are spending so much time writing commit messages they feel the need to automate it. Commit messages are rarely read ever again, it is not okay to be spending a lot of time on them. That’s not an excuse to write bad commit messages, but you have to balance the time cost with expected utility.

And an addendum to the above. Describing what you did without reasoning, context, or other information that isnt captured within the changes itself makes your commit messages entirely useless. It makes IDE-inserted in-line blame information useless as well.

source
Sort:hotnewtop