Skip to content

Commit

Permalink
docs: add examples of custom merge commit ids
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink committed Aug 25, 2022
1 parent b2f5ba3 commit 954bf9e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/gitgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@ Usage example:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down Expand Up @@ -355,13 +355,13 @@ Usage example:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down Expand Up @@ -492,13 +492,13 @@ Let's put them to use, and see how our sample diagram looks in different themes:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down Expand Up @@ -540,13 +540,13 @@ Let's put them to use, and see how our sample diagram looks in different themes:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down Expand Up @@ -587,13 +587,13 @@ Let's put them to use, and see how our sample diagram looks in different themes:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down Expand Up @@ -634,13 +634,13 @@ Let's put them to use, and see how our sample diagram looks in different themes:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down Expand Up @@ -682,13 +682,13 @@ Let's put them to use, and see how our sample diagram looks in different themes:
branch featureA
commit
checkout develop
merge hotfix
merge hotfix id: "bca"
checkout featureA
commit
checkout featureB
commit
checkout develop
merge featureA
merge featureA tag: "v1.1.0-rc1"
branch release
checkout release
commit
Expand Down

0 comments on commit 954bf9e

Please sign in to comment.