We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2573cd4 commit eeba862Copy full SHA for eeba862
3 files changed
docs/document/Skill/Git/docs/4.Git History & Reset.md
@@ -48,15 +48,15 @@ gitGraph
48
commit
49
50
51
- commit id: 'good' tag: 'test passed'
+ commit tag: 'good' id: 'test passed'
52
53
54
55
- commit tag: 'might be target'
+ commit tag: 'might be target between'
56
57
58
59
- commit id: 'bad' tag: 'test failed'
+ commit tag: 'bad' id: 'test failed'
60
```
61
62
1. `git bisect start`: enter *bisect* stage
package.json
@@ -20,7 +20,7 @@
20
"@types/node": "^20.14.5",
21
"axios": "^1.7.2",
22
"jsonc-parser": "^3.2.1",
23
- "mermaid": "^10.9.1",
+ "mermaid": "11.7.0",
24
"shiki": "^1.7.0",
25
"typescript": "^5.6.3",
26
"vitepress": "latest",
0 commit comments