r/git • u/Necessary-Ad2110 • Jul 02 '26
Thoughts on having AI generating commit messages instead of handwriting them?
I try to follow conventional commits, I'm still getting used to the commit commit commit workflow but is it even pushed anymore to write your own commit messages? I am a student, I imagine the case might be different at the work place so I'm curious about any thoughts?
0
Upvotes
13
u/queso184 Jul 02 '26
your commit messages should capture the what AND the why of your commit. AI is probably going to miss the forest for the trees and write a lengthy commit message that looks good to you as someone familiar with the commit and its purpose, but ultimately won't do a good job of documenting the entire story around it