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 removed... messages dominate. Sometimes I don't remember what I removed or what I added in layout.css
since I make so many changes at a go and so I struggle to come up with an appropriate commit message.
Is there a standard I should follow to help me come up with my commit messages?