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