|
|
|
|
|
by xp84
71 days ago
|
|
Useless? So you never use “git annotate” or your IDE to see who wrote a line of code whose purpose puzzles you, and go to the commit message to see what they were trying to accomplish? This is invaluable to me as long as commit messages are clear. As a manager, one of the first things I do is make sure that the PR titles (the PR text becomes the commit messages in squash-merging workflows) at minimum begin with a ticket number. Then we can later read both the intention and the commentary on it. |
|
You're thinking like someone with a mature understanding of version control. Plenty of developers seem set on going their whole careers using git like beginners.