2023-06-09 23:53:16 +00:00
|
|
|
```mermaid
|
2023-06-14 00:26:55 +00:00
|
|
|
%%{init: { 'gitGraph': {'showBranches': true, 'showCommitLabel': true, 'mainBranchName': 'HISTORY'}} }%%
|
2023-06-09 23:53:16 +00:00
|
|
|
gitGraph
|
|
|
|
commit id:"2013"
|
|
|
|
commit id:"2015" tag:"R&D"
|
|
|
|
commit id:"2018" tag:"R&D" type: HIGHLIGHT
|
|
|
|
branch v1
|
|
|
|
checkout v1
|
|
|
|
commit id:"2020" tag:"release"
|
|
|
|
checkout HISTORY
|
|
|
|
merge v1
|
|
|
|
branch v2
|
|
|
|
checkout v2
|
|
|
|
commit id:"2021" tag:"release"
|
|
|
|
checkout HISTORY
|
|
|
|
merge v2
|
|
|
|
commit id:"🔥"
|
|
|
|
```
|