Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

%%{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

  • No labels