%%{init: {'gitGraph': {'mainBranchName': 'master', '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 master
        merge stage
        checkout replica
        merge stage

{"diagramDefinition":"%%{init: {'gitGraph': {'mainBranchName': 'master', '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 master\r\n        merge stage\r\n        checkout replica\r\n        merge stage"}