#1252 Adding background on commit labels

This commit is contained in:
Knut Sveidqvist
2022-03-25 08:56:22 +01:00
parent 3ee141ff9b
commit 22aca7b3ee
21 changed files with 6189 additions and 3619 deletions

View File

@@ -263,19 +263,18 @@ requirementDiagram
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -293,10 +292,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>