From 22c1ddc3ec982eedb8f85ef7643196a675e78fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E5=98=89=E9=98=B3-coder?= Date: Thu, 20 Nov 2025 21:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Claude=20=E6=9D=83?= =?UTF-8?q?=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 git pull 命令权限 - 添加 git config 命令权限 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.local.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7d5346a..205e28c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,11 @@ { "permissions": { "allow": [ - "Bash(mkdir -p .github/workflows)" + "Bash(mkdir -p .github/workflows)", + "Bash(git pull:*)", + "Bash(git config pull.rebase false:*)", + "Bash(git add .claude/settings.local.json)", + "Bash(git commit:*)" ], "deny": [], "ask": []