Skip to content

Commit b37e26c

Browse files
committed
chore: 🔧 add git tasks
1 parent 940ab70 commit b37e26c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/gitutils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "gitutils",
33
"name": "Git Aliases",
44
"description": "A feature to add useful Git aliases to your shell.",
5-
"version": "5.6.0",
5+
"version": "5.7.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:3": {

src/gitutils/stubs/.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
"type": "shell",
77
"command": "git align",
88
"problemMatcher": []
9+
},
10+
{
11+
"label": "⤵️ Amend",
12+
"type": "shell",
13+
"command": "git amend",
14+
"problemMatcher": []
15+
},
16+
{
17+
"label": "⏫ Push force",
18+
"type": "shell",
19+
"command": "git push --force",
20+
"problemMatcher": []
921
}
1022
]
1123
}

0 commit comments

Comments
 (0)