Be Honest When Claude Code Writes Your Software

Claude Code can commit for you. By default, your name will be associated with each commit, and Claude Code includes a “Co-authored-by:” line, and also an Emoji line that says the commit was written by Claude. (You can turn the Emoji off.) However, if you hand off git commit to Claude Code, it’s possible, maybe even likely, because you want Claude to summarize changes that you did not come up with.

Continue reading …

Magit's Killer Feature #1: Commit Text Completion Based on the Diff

Teaser image

I’m using the Emacs git frontend (‘porcelain’) Magit for all my projects nowadays. I fire up GitUp (which is great) only to traverse the commit history visually. Here’s one of the reasons: With auto-completion framework company, I get completion suggestions when I type my commit message. These are based on the actual code diff of the commit.

Continue reading …