Skip to content

Commit 7813fdb

Browse files
committed
chore: 액션 버튼 필드 정렬
1 parent b55c740 commit 7813fdb

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.vscode/settings.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,53 +12,53 @@
1212
"files.autoSave": "onFocusChange",
1313
"quickCommandButtons.buttons": [
1414
{
15+
"color": "green",
1516
"name": "$(git-branch) Git",
1617
"shortcut": "g",
17-
"color": "green",
1818
"group": [
1919
{
20-
"name": "Push",
2120
"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"
2424
},
2525
{
26-
"name": "Pull",
2726
"command": "git pull",
28-
"terminalName": "Pull",
29-
"shortcut": "l"
27+
"name": "Pull",
28+
"shortcut": "l",
29+
"terminalName": "Pull"
3030
},
3131
{
32-
"name": "Commit",
3332
"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"
3636
},
3737
{
38-
"name": "Reset Soft",
3938
"command": "git reset --soft HEAD~1",
40-
"terminalName": "Reset Soft",
41-
"shortcut": "r"
39+
"name": "Reset Soft",
40+
"shortcut": "r",
41+
"terminalName": "Reset Soft"
4242
},
4343
{
44-
"name": "Rebase 5",
4544
"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"
4848
},
4949
{
50-
"name": "Checkout main",
5150
"command": "git checkout main",
52-
"terminalName": "Checkout main",
53-
"shortcut": "m"
51+
"name": "Checkout main",
52+
"shortcut": "m",
53+
"terminalName": "Checkout main"
5454
}
5555
]
5656
},
5757
{
58-
"name": "$(hubot) Claude",
5958
"color": "blue",
60-
"shortcut": "c",
6159
"command": "export IS_SANDBOX=1 && claude --dangerously-skip-permissions",
60+
"name": "$(hubot) Claude",
61+
"shortcut": "c",
6262
"terminalName": "Claude Yolo",
6363
"useVsCodeApi": false
6464
}

0 commit comments

Comments
 (0)