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>
8 lines
84 B
JSON
8 lines
84 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|