chore: 添加 git checkout 权限到 Claude 配置

详细说明:
- 更新 .claude/settings.local.json
- 添加 Bash(git checkout:*) 到允许列表
- 影响模块: Claude Code 配置
This commit is contained in:
Yep_Q
2025-10-13 21:18:14 +08:00
parent c31956715a
commit efc3b1f768

View File

@@ -19,7 +19,8 @@
"Bash(echo:*)", "Bash(echo:*)",
"Bash(else)", "Bash(else)",
"Bash(fi)", "Bash(fi)",
"Bash(done)" "Bash(done)",
"Bash(git checkout:*)"
], ],
"deny": [], "deny": [],
"ask": [], "ask": [],