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:
Yan Lin 2025-07-28 20:44:35 +02:00
parent 2852beaa1d
commit 65a230f0d7

View file

@ -1,7 +1,7 @@
{
"permissions": {
"allow": [
"Bash(git *)"
"Bash(git:*)"
],
"deny": []
}