chore: 添加 git checkout 权限到 Claude 配置
详细说明: - 更新 .claude/settings.local.json - 添加 Bash(git checkout:*) 到允许列表 - 影响模块: Claude Code 配置
This commit is contained in:
@@ -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": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user