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:
+10
-12
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user