← Back to context

Comment by dheera

12 hours ago

I just use Claude Code as a terminal for git these days. It writes up better commit messages than I would write anyway. No more "git commit -m fix"

That could work if Claude Code made the code changes, but if you made them and only asked Claude to commit them, how does it know "why" you made those changes? Does it have access to your bug tracking system, for example?

  • If Claude was used in the creation of the change, there's usually some dialogue for Claude to use.

    FWIW i use Claude to help with code changes, then give the diff to Gemini to review/ create meaningful commit messages

indeed, I held off for a while but finally caved because I got sick of seeing commits with `git commit -m .` littered in there. These are personal projects so I'm the only one dev-ing on them, but still so nice to have commit messages.