Skip to content

Commit 43ebb1b

Browse files
committed
Update Claude Code permissions for git operations
1 parent 528c7a3 commit 43ebb1b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(git branch:*)"
4+
"Bash(git branch:*)",
5+
"WebFetch(domain:localhost)",
6+
"Bash(git add:*)",
7+
"Read(//Users/raymondyee/dev-journal/daily/**)",
8+
"Bash(git commit:*)",
9+
"Bash(git push:*)",
10+
"Bash(git pull:*)",
11+
"Bash(git fetch:*)"
512
],
613
"deny": [],
714
"ask": []

0 commit comments

Comments
 (0)