Fix Claude Code settings syntax for git permissions
Update the git permission pattern from "git *" to "git:*" to match the correct syntax format for Claude Code permissions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2852beaa1d
commit
65a230f0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git *)"
|
||||
"Bash(git:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue