Skip to content

Commit f96b643

Browse files
committed
feat: ✨ update gitutils version and add VSCode tasks
1 parent 6900034 commit f96b643

File tree

4 files changed

+13
-1
lines changed

4 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.5.1",
5+
"version": "5.6.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "⏬ Align",
6+
"type": "shell",
7+
"command": "git align",
8+
"problemMatcher": []
9+
}
10+
]
11+
}

stubs/.devcontainer/create.sh

100644100755
File mode changed.

stubs/.devcontainer/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ if [ -z "$CODESPACES" ]; then
88
git config --global gpg.program gpg2
99
fi
1010

11+
### Set up SSH keys
1112
echo "SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa | tr -d '\n')" >>.github/workflows/.secrets

0 commit comments

Comments
 (0)