git-cm:在终端里用 LLM 生成 commit message
<p>写 commit message 这件事,小改动随手就能写,复杂改动就挺烦的。最近我搞了个小工具 <a href="https://github.com/caibingcheng/git-cm" target="_blank" rel="noopener noreffer">git-cm</a>,专门在终端里让 LLM 帮我生成。</p> <p>它只做一件事:根据 staged 的改动和仓库历史,输出一条合适的 commit message。</p>