Add graph/flowchart examples #1
17
gitgraph.md
Normal file
17
gitgraph.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
```mermaid
|
||||||
|
|
||||||
|
gitGraph
|
||||||
|
commit id: "ZERO"
|
||||||
|
branch develop
|
||||||
|
commit id:"A"
|
||||||
|
checkout main
|
||||||
|
commit id:"ONE"
|
||||||
|
checkout develop
|
||||||
|
commit id:"B"
|
||||||
|
checkout main
|
||||||
|
commit id:"TWO"
|
||||||
|
cherry-pick id:"A"
|
||||||
|
commit id:"THREE"
|
||||||
|
checkout develop
|
||||||
|
commit id:"C"
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user