Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment