fix mermaid graph authored by Malin Freeborn's avatar Malin Freeborn
...@@ -34,32 +34,28 @@ title: Current Git Workflow ...@@ -34,32 +34,28 @@ 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 dev branch dev
checkout dev checkout dev
commit commit
commit commit
branch cc
checkout cc
commit commit
commit commit
checkout master
merge dev
checkout dev checkout dev
commit commit
commit
branch img branch img
checkout img
commit commit
checkout dev checkout dev
branch cc
checkout cc
commit commit
checkout cc
commit commit
checkout dev checkout dev
commit merge cc
commit checkout master
checkout cc
merge dev merge dev
commit
commit
``` ```
Branches overview: Branches overview:
... ...
......