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
|
check_status: git status
|
||||||
add_all: git add -A
|
add_all: git add -A
|
||||||
commit_format: |
|
commit_format: |
|
||||||
git commit -m "$(cat <<'EOF'
|
git commit -m "Brief summary (50 chars max)
|
||||||
Brief summary (50 chars max)
|
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- Change 1
|
- Change 1
|
||||||
- Change 2
|
- Change 2
|
||||||
|
|
||||||
Tested:
|
Tested:
|
||||||
✓ Test 1
|
✓ Test 1
|
||||||
✓ Test 2
|
✓ Test 2"
|
||||||
|
|
||||||
🤖 Generated with Claude Code
|
IMPORTANT: NEVER add Claude/AI signatures to commits
|
||||||
https://claude.com/claude-code
|
- NO "Generated with Claude Code"
|
||||||
|
- NO "Co-Authored-By: Claude"
|
||||||
Co-Authored-By: Claude <noreply@anthropic.com>
|
- NO AI attribution of any kind
|
||||||
EOF
|
- Keep commits clean and professional
|
||||||
)"
|
|
||||||
|
|
||||||
push: git push origin main
|
push: git push origin main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user