gitgraph.md hinzugefügt

This commit is contained in:
joerglohrer 2024-07-16 06:23:26 +00:00
parent 38e0d40573
commit 08467dbe0b
1 changed files with 14 additions and 0 deletions

14
gitgraph.md Normal file
View File

@ -0,0 +1,14 @@
```mermaid
gitGraph
commit
commit
branch develop
checkout develop
commit
commit
checkout main
merge develop
commit
commit
```