mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Update the gitgraph example
This commit is contained in:
parent
a29e2e6baa
commit
4eb7d0d299
@ -33,7 +33,7 @@
|
||||
checkout newbranch
|
||||
commit id:"1111"
|
||||
commit tag:"test"
|
||||
checkout master
|
||||
checkout main
|
||||
commit type: HIGHLIGHT
|
||||
commit
|
||||
merge newbranch
|
||||
@ -54,15 +54,14 @@
|
||||
branch featureB
|
||||
checkout featureB
|
||||
commit type:HIGHLIGHT
|
||||
checkout master
|
||||
branch hotfix
|
||||
checkout main
|
||||
checkout hotfix
|
||||
commit type:NORMAL
|
||||
checkout develop
|
||||
commit type:REVERSE
|
||||
checkout featureB
|
||||
commit
|
||||
checkout master
|
||||
checkout main
|
||||
merge hotfix
|
||||
checkout featureB
|
||||
commit
|
||||
@ -80,10 +79,10 @@
|
||||
branch release
|
||||
checkout release
|
||||
commit
|
||||
checkout master
|
||||
checkout main
|
||||
commit
|
||||
checkout release
|
||||
merge master
|
||||
merge main
|
||||
checkout develop
|
||||
merge release
|
||||
|
||||
@ -95,7 +94,7 @@
|
||||
branch newbranch
|
||||
checkout newbranch
|
||||
commit
|
||||
reset master
|
||||
reset main
|
||||
</div>
|
||||
<script src="./mermaid.js"></script>
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user