Skip to content

Commit 05a711a

Browse files
committed
Allow git pull in Claude local settings
1 parent 9d1a25e commit 05a711a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"Bash(git -C /Users/stidsborg/Repos/Cleipnir.ResilientFunctions log --oneline -5)",
2525
"Bash(git commit:*)",
2626
"Bash(git checkout:*)",
27-
"Bash(git push:*)"
27+
"Bash(git push:*)",
28+
"Bash(git pull *)",
29+
"Bash(git stash *)"
2830
],
2931
"deny": [],
3032
"ask": []

0 commit comments

Comments
 (0)