Update git commit format - remove Claude signatures

IMPORTANT: All future commits should NOT include:
- Claude Code attribution
- Any AI-related signatures

Commits should be clean and professional without AI attribution.
This commit is contained in:
cschantz
2025-11-10 22:25:37 -05:00
parent 42dad05f48
commit 42d686170e
+10 -12
View File
@@ -396,23 +396,21 @@ commit: c559bfe
check_status: git status
add_all: git add -A
commit_format: |
git commit -m "$(cat <<'EOF'
Brief summary (50 chars max)
git commit -m "Brief summary (50 chars max)
Changes:
- Change 1
- Change 2
Tested:
✓ Test 1
✓ Test 2
🤖 Generated with Claude Code
https://claude.com/claude-code
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"
✓ Test 2"
IMPORTANT: NEVER add Claude/AI signatures to commits
- NO "Generated with Claude Code"
- NO "Co-Authored-By: Claude"
- NO AI attribution of any kind
- Keep commits clean and professional
push: git push origin main