ParkinT / mastering_git

The practice exercises and examples in the book 'Mastering Git' published by Packt Publishing
24 stars 14 forks source link

Include a link to this great advice on writing commit messages #1

Closed ParkinT closed 8 years ago

ParkinT commented 9 years ago

Add a link to this terrific article by Chris Beams about writing proper commit messages. There is lots of good advice in here. I particularly like the idea of finishing the sentence "If applied, this commit will...". That is what I intended in Mastering Git when I stated the message should advise "the developer of the future" (usually myself) how the project will change if this commit is checked out.