We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940ab70 commit b37e26cCopy full SHA for b37e26c
src/gitutils/devcontainer-feature.json
@@ -2,7 +2,7 @@
2
"id": "gitutils",
3
"name": "Git Aliases",
4
"description": "A feature to add useful Git aliases to your shell.",
5
- "version": "5.6.0",
+ "version": "5.7.0",
6
"dependsOn": {
7
"ghcr.io/devcontainers/features/node:1": "lts",
8
"ghcr.io/tomgrv/devcontainer-features/common-utils:3": {
src/gitutils/stubs/.vscode/tasks.json
@@ -6,6 +6,18 @@
"type": "shell",
"command": "git align",
"problemMatcher": []
9
+ },
10
+ {
11
+ "label": "⤵️ Amend",
12
+ "type": "shell",
13
+ "command": "git amend",
14
+ "problemMatcher": []
15
16
17
+ "label": "⏫ Push force",
18
19
+ "command": "git push --force",
20
21
}
22
]
23
0 commit comments