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

You are viewing a single comment's thread from:

Writing efficient commit messages; software projects, and Utopian

in git •  6 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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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