gitgraph.md hinzugefügt
This commit is contained in:
parent
38e0d40573
commit
08467dbe0b
|
|
@ -0,0 +1,14 @@
|
|||
```mermaid
|
||||
gitGraph
|
||||
commit
|
||||
commit
|
||||
branch develop
|
||||
checkout develop
|
||||
commit
|
||||
commit
|
||||
checkout main
|
||||
merge develop
|
||||
commit
|
||||
commit
|
||||
|
||||
```
|
||||
Loading…
Reference in New Issue