fix git graph authored by Malin Freeborn's avatar Malin Freeborn
...@@ -11,6 +11,7 @@ title: Current Git Workflow ...@@ -11,6 +11,7 @@ title: Current Git Workflow
--- ---
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'master'}} }%% %%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'master'}} }%%
gitGraph gitGraph
commit
branch ods branch ods
commit commit
branch dev branch dev
...@@ -30,6 +31,7 @@ gitGraph ...@@ -30,6 +31,7 @@ gitGraph
commit commit
checkout run checkout run
merge cc merge cc
merge dev
checkout cc checkout cc
commit commit
checkout dev checkout dev
... ...
......