diff --git a/_posts/2021/2021-01-12-clean-commit-messages.md b/_posts/2021/2021-01-12-clean-commit-messages.md index f8672e4a3..44bea2ee5 100644 --- a/_posts/2021/2021-01-12-clean-commit-messages.md +++ b/_posts/2021/2021-01-12-clean-commit-messages.md @@ -52,7 +52,7 @@ There are good and bad commit messages. For example, here's a **good** commit made by me: [12e76e6b](https://github.com/ASSERT-KTH/depclean/commit/12e76e6bf689062f8bbdef00370fb96c8cdc0803), and this a **bad** one: [5c13f9df](https://github.com/ASSERT-KTH/depclean/commit/5c13f9df5bb9638e04c0f2bdba3190544ffb2784). We'll look at what makes the first one good and the second one bad in the rest of this article. -# Skeleton of a Commit Message +# Anatomy of a Commit Message I distinguish between two types of commit messages: short and elaborated.