mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 01:39:53 +02:00
17 lines
199 B
Plaintext
17 lines
199 B
Plaintext
gitGraph :
|
|
options
|
|
{"key": "value",
|
|
"nodeWidth": 150
|
|
}
|
|
end
|
|
commit
|
|
branch newbranch
|
|
checkout newbranch
|
|
commit
|
|
commit
|
|
checkout master
|
|
commit
|
|
commit
|
|
merge newbranch
|
|
|