So far my experience with the auto generated commit messages has been more miss than hit.. A lot of times it's completely wrong. It's far easier to do it by hand still.
@BigBlueRabbit10 сағат бұрын
Can you get an AI to generate your custom commit message template?
@julianocs8711 сағат бұрын
Is it really that troublesome to write a simple message to a commit? Do we really need AI to do this for us?
@BigBlueRabbit11 сағат бұрын
My thoughts entirely
@jeffmofo50138 сағат бұрын
If you create a sub branch for every change, you don't need a commit message. the branch name tells you what you are working on.
@robertbaindourov1342 сағат бұрын
You may change more things in your ticket / feature branch, and commit messages are great way to generate your change log. Also one commit per branch doesn't seem like a workflow most people will use without having to rebase everything at some point.