Jordan Harrison
Jordan's Dev Blog

Jordan's Dev Blog

Follow
homebadgesnewsletter
Tag

commit

#commit

More content

Read more stories on Hashnode


Articles with this tag

How to enforce Conventional Commit messages using Git hooks with husky & commitlint

Aug 18, 20222 min read

In this guide I will be showing you how to enforce the use of Conventional Commit messages in Git. If you don't know what Conventional Commits are,...

How to enforce Conventional Commit messages using Git hooks with husky & commitlint

An introduction to Conventional Commits

Aug 7, 20222 min read

The standardisation of commit messages ยท As a student, i've always wondered if there is a standard around commit messages. I thought it would make sense...

An introduction to Conventional Commits