Writing Good git Commit Messages

January 2, 2019

Matej Jellus, writes :

A properly formed Git commit subject line should always be able to complete the following sentence: if applied, this commit will your subject line here. For example :

  • if applied, this commit will Delete unnecessary files
  • if applied, this commit will Add grep option
  • if applied, this commit will Fix error when protocol is missing

See the original post from Chris Beams