Markdown-diagram-demo/Git-graph.md
2024-12-19 19:31:28 +00:00

16 lines
190 B
Markdown

```mermaid
---
title: Example Git diagram
---
gitGraph
commit
commit
branch develop
checkout develop
commit
commit
checkout main
merge develop
commit
commit
```