DEV Community

Discussion on: Git Concepts I Wish I Knew Years Ago

Collapse
 
webstackdev profile image
Kevin Brown

Thanks. I was hoping for more detail on commit messages. Google has a standard that is multi-line, and I've been wondering how (or if there's a convenient CLI tool) to do that on the command line using a template.

Collapse
 
stephencweiss profile image
Stephen Charles Weiss

@kevin - you might be interested in Conventional Commit coupled with tools like Git Hooks, Commitzen or Husky.

I wrote about it here stephencharlesweiss.com/blog/2020-...