Stop Claude Code from co-signing your git commits
I like Claude Code, but I don’t need it signing its name on every commit I make. By default, Claude Code appends a Co-Authored-By: Claude <noreply@anthropic.com> git trailer to every commit message. If you’ve never noticed it, run git log –format=”%b” | grep “Co-Authored” on any repo where you’ve used it. Go ahead. I’ll wait. Here’s what happens once […]
Read More →