From b6ef1f0696c98ed7fda55491735165b99844ff98 Mon Sep 17 00:00:00 2001 From: aken1023 Date: Fri, 19 Sep 2025 21:57:07 +0800 Subject: [PATCH] Update local settings --- .claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index fe6a147..1f51a4d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -7,7 +7,12 @@ "Bash(curl:*)", "Bash(dir)", "Bash(git init:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git remote add:*)", + "Bash(git branch:*)", + "Bash(git push:*)", + "Bash(git pull:*)" ], "defaultMode": "acceptEdits" }