Standard to follow when writing git commit messages [duplicate]
问题 This question already has answers here : Git Commit Messages : 50/72 Formatting (5 answers) Closed 5 years ago . I find myself managing very many files (over 60 but below 70) and my commit messages so far follow this pattern: when I have added something like on layout.css , my commit message is "added something on layout.css file" , and when I remove something, my commit message is "removed something from layout.css file" . Some files down the line, I look at my commits feed and added... and