I know it's not to be opinionated here but my question is, what is a good way of writing concise commit messages?
I've been using Git (SmartGit, SourceTree) for a couple of months now and as I'm getting more used to it, I'm starting to realize that my commit messages are not clear or detailed enough for history viewing i.e. I'm falling in my own tracks.
So far I've been writing my solution like "Work in progress/done: yadayada.." but even so it feels I could do this better. Anything is welcomed :)
P.S. I do a lot of front-end (html, css, js).
/P