Aller au contenu

Exemple Mermaid Gitgraph

De Loic Wiki

Exemple Mermaid Gitgraph

Exemple de git graph.

gitGraph
    commit id: "init"
    branch feature
    checkout feature
    commit id: "add-mermaid"
    commit id: "add-bpmn"
    checkout main
    merge feature
    commit id: "deploy"