Skip to content

Commit 3412892

Browse files
Add git and gh command permissions to Claude settings
1 parent 58dacee commit 3412892

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
"Bash(find:*)",
55
"Bash(ls:*)",
66
"Bash(git:*)",
7+
"Bash(git status:*)",
8+
"Bash(git log:*)",
9+
"Bash(git diff:*)",
10+
"Bash(git show:*)",
11+
"Bash(git branch:*)",
12+
"Bash(git remote:*)",
13+
"Bash(git tag:*)",
14+
"Bash(git stash list:*)",
15+
"Bash(git rev-parse:*)",
16+
"Bash(gh pr view:*)",
17+
"Bash(gh pr list:*)",
18+
"Bash(gh pr checks:*)",
19+
"Bash(gh pr diff:*)",
20+
"Bash(gh issue view:*)",
21+
"Bash(gh issue list:*)",
22+
"Bash(gh run view:*)",
23+
"Bash(gh run list:*)",
24+
"Bash(gh run logs:*)",
25+
"Bash(gh repo view:*)",
726
"WebFetch(domain:github.com)",
827
"WebFetch(domain:docs.sentry.io)",
928
"WebFetch(domain:develop.sentry.dev)",

0 commit comments

Comments
 (0)