Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 717 Bytes

File metadata and controls

22 lines (17 loc) · 717 Bytes

Um exemplo de aplicação do Mermaid gitGraph


title: Example Git diagram


%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchOrder': 0}} }%%

                        gitGraph
                        commit id: "0-109f780"
                        commit id: "1-d298f74"
                        commit id: "2-2dded79"
                        commit id: "3-389f0a3"
                        commit id: "4-333a382"
                        commit id: "5-0ede735"
                        commit id: "6-26bacec"
                        branch teste
                        checkout teste
                        commit id: "7-4e2d623"
Loading