Skip to content

Commit 0780f64

Browse files
authored
#20 Merge pull request from a-lab-nagoya/astropenguin/issue19
Update docs for the tutorial in 2024
2 parents 2578063 + 84ff170 commit 0780f64

20 files changed

+56
-44
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
{
22
"name": "git-github-tutorial",
3-
"build": {
4-
"context": "..",
5-
"dockerfile": "Dockerfile"
6-
},
7-
"extensions": [
8-
"github.vscode-pull-request-github",
9-
"marp-team.marp-vscode",
10-
"mhutchie.git-graph",
11-
"streetsidesoftware.code-spell-checker"
3+
"image": "alpine/git:latest",
4+
"runArgs": [
5+
"--name=git-github-tutorial"
126
],
13-
"settings": {
14-
"files.insertFinalNewline": true,
15-
"files.trimTrailingWhitespace": true
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"github.vscode-pull-request-github",
11+
"marp-team.marp-vscode",
12+
"mhutchie.git-graph",
13+
"streetsidesoftware.code-spell-checker"
14+
],
15+
"settings": {
16+
"files.insertFinalNewline": true,
17+
"files.trimTrailingWhitespace": true,
18+
"[markdown]": {
19+
"editor.insertSpaces": true,
20+
"editor.wordWrap": "on"
21+
}
22+
}
23+
}
1624
}
1725
}

docs/images/decode-actions.png

252 KB
Loading

docs/images/decode-code.png

306 KB
Loading

docs/images/decode-issues.png

271 KB
Loading
-130 KB
Binary file not shown.
-199 KB
Binary file not shown.
-154 KB
Binary file not shown.

docs/images/tutorial-commit-1.png

74.3 KB
Loading

docs/images/tutorial-commit-2.png

74.6 KB
Loading

0 commit comments

Comments
 (0)