Logging git commits with a git hook
Similar to my previous post (more than a year ago!) about using Git hooks to enforce conventional commits, I wanted to start logging all of my …
Similar to my previous post (more than a year ago!) about using Git hooks to enforce conventional commits, I wanted to start logging all of my …
I was looking for a way to enforce the Conventional Commits pattern for my own commit messages. A lot of the solutions I found were wildly …