Skip to content

Commit

Permalink
gh-4 : convert ascii drawning to mermaid - both graph and gitgraph - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bicschneider committed Apr 26, 2024
1 parent 44c1980 commit 208b9b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Git normally stacks the history hence you cannot delete commit in the middle of
The history is basically like this

``` mermaid
%%{init: { 'gitGraph': {'showCommitLabel': false, 'showBranches': false}} }%%
%%{init: { 'gitGraph': {'showCommitLabel': false, 'showBranches': true}} }%%
gitGraph
commit id: "init" tag: "init"
branch latest-1.0
Expand All @@ -60,7 +60,6 @@ gitGraph
graph TD;
0.1/bin --> main;
0.2/test --> 0.2/src --> 0.2/bin --> main;
0.2/bin --> main;
0.3/bin --> main;
```

Expand Down

0 comments on commit 208b9b1

Please sign in to comment.