Skip to content

Commit eeba862

Browse files
committed
mermaid
1 parent 2573cd4 commit eeba862

File tree

3 files changed

+573
-341
lines changed

3 files changed

+573
-341
lines changed

docs/document/Skill/Git/docs/4.Git History & Reset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ gitGraph
4848
commit
4949
commit
5050
commit
51-
commit id: 'good' tag: 'test passed'
51+
commit tag: 'good' id: 'test passed'
5252
commit
5353
commit
5454
commit
55-
commit tag: 'might be target'
55+
commit tag: 'might be target between'
5656
commit
5757
commit
5858
commit
59-
commit id: 'bad' tag: 'test failed'
59+
commit tag: 'bad' id: 'test failed'
6060
```
6161

6262
1. `git bisect start`: enter *bisect* stage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^20.14.5",
2121
"axios": "^1.7.2",
2222
"jsonc-parser": "^3.2.1",
23-
"mermaid": "^10.9.1",
23+
"mermaid": "11.7.0",
2424
"shiki": "^1.7.0",
2525
"typescript": "^5.6.3",
2626
"vitepress": "latest",

0 commit comments

Comments
 (0)