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

190 B

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