Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code Block
%%{init: {'gitGraph': {'mainBranchName': 'mastermain', 'showCommitLabel': false}} }%%
      gitGraph
        commit
        branch replica
        commit
        branch stage
        commit
        branch development
        commit
        branch feature/BID-xxx
        commit
        checkout development
        merge feature/BID-xxx
        checkout stage
        merge development
        checkout mastermain
        merge stage
        checkout replica
        merge stage

Mermaid
fileNamemermaid_1658906731153
themedefault
version27
{"diagramDefinition":"%%{init: {'gitGraph': {'mainBranchName': 'mastermain', 'showCommitLabel': false}} }%%\r\n      gitGraph\r\n        commit\r\n        branch replica\r\n        commit\r\n        branch stage\r\n        commit\r\n        branch development\r\n        commit\r\n        branch feature/BID-xxx\r\n        commit\r\n        checkout development\r\n        merge feature/BID-xxx\r\n        checkout stage\r\n        merge development\r\n        checkout mastermain\r\n        merge stage\r\n        checkout replica\r\n        merge stage"}