mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
17 lines
203 B
Plaintext
17 lines
203 B
Plaintext
gitGraph BT:
|
|
options
|
|
{"key": "value",
|
|
"nodeSpacing": 150
|
|
}
|
|
end
|
|
commit
|
|
branch newbranch
|
|
checkout newbranch
|
|
commit
|
|
commit
|
|
checkout master
|
|
commit
|
|
commit
|
|
merge newbranch
|
|
|