branch.mermaid%%{init:{
'gitGraph':{
'showBranches': true
}}}%%
gitGraph
commit
commit
branch develop
checkout develop
commit
branch feature_1
checkout feature_1
commit
checkout develop
checkout feature_1
commit
checkout develop
merge feature_1
commit
commit
checkout main
commit
commit