Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 448 Bytes

File metadata and controls

27 lines (21 loc) · 448 Bytes

Teste mudança de cores dos commits


title: Example Git diagram


    %%{init: { 'logLevel': 'debug', 'theme': 'base' , 'themeVariables': {
              'gitInv0': '#ff0000'
       } } }%%
       gitGraph
       commit
       branch develop
       commit tag:"v1.0.0"
       commit
       checkout main
       commit type: HIGHLIGHT
       commit
       merge develop
       commit
       branch featureA
       commit


Loading