hookehuyr

chore: 添加常用 Git 命令到 Claude 本地设置

...@@ -7,7 +7,11 @@ ...@@ -7,7 +7,11 @@
7 "Bash(pnpm api:generate:*)", 7 "Bash(pnpm api:generate:*)",
8 "Bash(node:*)", 8 "Bash(node:*)",
9 "Bash(ls:*)", 9 "Bash(ls:*)",
10 - "Bash(tree:*)" 10 + "Bash(tree:*)",
11 + "Bash(git checkout:*)",
12 + "Bash(git add:*)",
13 + "Bash(git commit:*)",
14 + "Bash(git push:*)"
11 ] 15 ]
12 } 16 }
13 } 17 }
......