mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08: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
|
|
|