Remove co-authored-by when committing
Claude Code에서 커밋 시 co-authored-by를 남기지 않도록 설정하는 방법
~/.claude/settings.json에 attribution 내 항목을 비워두면 커밋/PR 시 co-authored-by가 자동으로 추가되지 않음
{
"attribution": {
"commit": "",
"pr": ""
}
}
Claude Code에서 커밋 시 co-authored-by를 남기지 않도록 설정하는 방법
~/.claude/settings.json에 attribution 내 항목을 비워두면 커밋/PR 시 co-authored-by가 자동으로 추가되지 않음
{
"attribution": {
"commit": "",
"pr": ""
}
}