hookehuyr

chore: 添加 git push 到 Claude 本地设置的工具列表

...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
10 "Bash(pnpm list:*)", 10 "Bash(pnpm list:*)",
11 "Bash(pnpm format:*)", 11 "Bash(pnpm format:*)",
12 "Bash(git add:*)", 12 "Bash(git add:*)",
13 - "Bash(git commit:*)" 13 + "Bash(git commit:*)",
14 + "Bash(git push:*)"
14 ] 15 ]
15 } 16 }
16 } 17 }
......