%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#9fe1ff',
'primaryTextColor': '#470044',
'primaryBorderColor': '#000000',
'lineColor': '#9158A2',
'secondaryColor': '#e79aff',
'tertiaryColor': '#fffc58'
},
'gitGraph': {
'showBranches': true,
'showCommitLabel': false,
'mainBranchName': 'main (remote)',
'mainBranchOrder': 2}
}
}%%
gitGraph
commit
commit
branch 'mmq-patch-01' order: 1
commit
commit
checkout 'main (remote)'
merge 'mmq-patch-01'
branch 'pt-patch-01' order:3
checkout 'pt-patch-01'
commit
commit
checkout 'pt-patch-01'
checkout 'main (remote)'
merge 'pt-patch-01'