You are viewing a single comment's thread from:

RE: Writing efficient commit messages; software projects, and Utopian

in #git6 years ago

I would also add, that it's good to have task/issue number (if it exists), first in the commit header, like ASD-123 Fix main window not being displayed. That way you can quickly see which commits are related to each other in git log.

Sort:  

Good point. We practice this also in our workflow at the company.