mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
19 lines
270 B
Plaintext
19 lines
270 B
Plaintext
gitGraph :
|
|
commit
|
|
commit
|
|
branch newbranch
|
|
checkout newbranch
|
|
commit
|
|
commit
|
|
branch other
|
|
checkout other
|
|
commit
|
|
commit
|
|
commit
|
|
checkout master
|
|
commit
|
|
merge newbranch
|
|
commit
|
|
checkout newbranch
|
|
merge master
|