From efc3b1f768661bb49b07e811b2a1385a79b03140 Mon Sep 17 00:00:00 2001 From: Yep_Q Date: Mon, 13 Oct 2025 21:18:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20git=20checkout=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=88=B0=20Claude=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 详细说明: - 更新 .claude/settings.local.json - 添加 Bash(git checkout:*) 到允许列表 - 影响模块: Claude Code 配置 --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 24c044d9..a8717a64 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -19,7 +19,8 @@ "Bash(echo:*)", "Bash(else)", "Bash(fi)", - "Bash(done)" + "Bash(done)", + "Bash(git checkout:*)" ], "deny": [], "ask": [],