mermaid/testgitgraph.mm
2016-05-07 11:31:05 +05:30

20 lines
232 B
Plaintext

gitGraph BT:
options
{
"nodeSpacing": 150
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout master
commit
commit
merge newbranch
reset newbranch^^
commit
commit