mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
46 lines
621 B
Markdown
46 lines
621 B
Markdown
````md
|
|
```git-graph
|
|
commit
|
|
branch hotfix
|
|
checkout hotfix
|
|
commit
|
|
branch develop
|
|
checkout develop
|
|
commit id:"ash" tag:"abc"
|
|
branch featureB
|
|
checkout featureB
|
|
commit type:HIGHLIGHT
|
|
checkout main
|
|
checkout hotfix
|
|
commit type:NORMAL
|
|
checkout develop
|
|
commit type:REVERSE
|
|
checkout featureB
|
|
commit
|
|
checkout main
|
|
merge hotfix
|
|
checkout featureB
|
|
commit
|
|
checkout develop
|
|
branch featureA
|
|
commit
|
|
checkout develop
|
|
merge hotfix
|
|
checkout featureA
|
|
commit
|
|
checkout featureB
|
|
commit
|
|
checkout develop
|
|
merge featureA
|
|
branch release
|
|
checkout release
|
|
commit
|
|
checkout main
|
|
commit
|
|
checkout release
|
|
merge main
|
|
checkout develop
|
|
merge release
|
|
```
|
|
````
|