Files
mermaid/testgitgraph.mm
Raghu Rajagopalan 9cb9407e1c working but ugly
2016-04-25 11:36:36 +05:30

20 lines
286 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
merge other