Fix example for Git diagrams

This commit is contained in:
Mason Malone
2022-11-19 13:20:12 -08:00
parent 1b201bf462
commit bdf8b01185
2 changed files with 42 additions and 42 deletions

View File

@@ -7,20 +7,20 @@ These kind of diagram are particularly helpful to developers and devops teams to
Mermaid can render Git diagrams
```mermaid-example
---
title: Example Git diagram
---
gitGraph
commit
commit
branch develop
checkout develop
commit
commit
checkout main
merge develop
commit
commit
---
title: Example Git diagram
---
gitGraph
commit
commit
branch develop
checkout develop
commit
commit
checkout main
merge develop
commit
commit
```
In Mermaid, we support the basic git operations like: