from Hacker News

Show HN: GPT4 CLI tool to draft your Git commit messages

by ninjaa on 5/18/23, 1:35 PM with 0 comments

Hey HN engineers,

I've been working on a new utility that I think you'll find useful. Inspired by someone else's work with GPT for drafting git commit messages, I've developed my own Python CLI tool that does the same - now with the power of GPT-4!

It generates commitlint-compliant messages and also checks for errors in the commit. It's already helping streamline my workflow and I thought you might want to give it a spin: https://github.com/ninjaa/gpt-commit-messages.

Have AI take care of commit messages, so you can focus on what matters most - building amazing things! <3