Programming
I Built a CLI Tool That Writes Better Git Commits Than I Do
Have you ever stared at a terminal after git commit, trying to remember what you changed?
I have. Every single day.
Then I'd type "fixed stuff" or "update" and move on. Six months later, every git log was a graveyard of useless messages.
So I built git-copilot.
What it does
$ git...
May 26, 2026 · 2 min read