|
12 | 12 | "files.autoSave": "onFocusChange", |
13 | 13 | "quickCommandButtons.buttons": [ |
14 | 14 | { |
| 15 | + "color": "green", |
15 | 16 | "name": "$(git-branch) Git", |
16 | 17 | "shortcut": "g", |
17 | | - "color": "green", |
18 | 18 | "group": [ |
19 | 19 | { |
20 | | - "name": "Push", |
21 | 20 | "command": "git add . && git commit --amend --no-edit && git push -f", |
22 | | - "terminalName": "Forced Push", |
23 | | - "shortcut": "p" |
| 21 | + "name": "Push", |
| 22 | + "shortcut": "p", |
| 23 | + "terminalName": "Forced Push" |
24 | 24 | }, |
25 | 25 | { |
26 | | - "name": "Pull", |
27 | 26 | "command": "git pull", |
28 | | - "terminalName": "Pull", |
29 | | - "shortcut": "l" |
| 27 | + "name": "Pull", |
| 28 | + "shortcut": "l", |
| 29 | + "terminalName": "Pull" |
30 | 30 | }, |
31 | 31 | { |
32 | | - "name": "Commit", |
33 | 32 | "command": "git add . && git commit --amend --no-edit", |
34 | | - "terminalName": "Add and Commit Amend", |
35 | | - "shortcut": "c" |
| 33 | + "name": "Commit", |
| 34 | + "shortcut": "c", |
| 35 | + "terminalName": "Add and Commit Amend" |
36 | 36 | }, |
37 | 37 | { |
38 | | - "name": "Reset Soft", |
39 | 38 | "command": "git reset --soft HEAD~1", |
40 | | - "terminalName": "Reset Soft", |
41 | | - "shortcut": "r" |
| 39 | + "name": "Reset Soft", |
| 40 | + "shortcut": "r", |
| 41 | + "terminalName": "Reset Soft" |
42 | 42 | }, |
43 | 43 | { |
44 | | - "name": "Rebase 5", |
45 | 44 | "command": "git rebase -i HEAD~5", |
46 | | - "terminalName": "Rebase Interactive 5", |
47 | | - "shortcut": "b" |
| 45 | + "name": "Rebase 5", |
| 46 | + "shortcut": "b", |
| 47 | + "terminalName": "Rebase Interactive 5" |
48 | 48 | }, |
49 | 49 | { |
50 | | - "name": "Checkout main", |
51 | 50 | "command": "git checkout main", |
52 | | - "terminalName": "Checkout main", |
53 | | - "shortcut": "m" |
| 51 | + "name": "Checkout main", |
| 52 | + "shortcut": "m", |
| 53 | + "terminalName": "Checkout main" |
54 | 54 | } |
55 | 55 | ] |
56 | 56 | }, |
57 | 57 | { |
58 | | - "name": "$(hubot) Claude", |
59 | 58 | "color": "blue", |
60 | | - "shortcut": "c", |
61 | 59 | "command": "export IS_SANDBOX=1 && claude --dangerously-skip-permissions", |
| 60 | + "name": "$(hubot) Claude", |
| 61 | + "shortcut": "c", |
62 | 62 | "terminalName": "Claude Yolo", |
63 | 63 | "useVsCodeApi": false |
64 | 64 | } |
|
0 commit comments