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 208b9b1 commit 39075a5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,9 @@ gitGraph
checkout latest-1.0
commit id: "2.0/test" tag: "2.0/test"
```

``` mermaid
graph TD;
0.1/bin --> main;
0.2/test --> 0.2/src --> 0.2/bin --> main;
0.3/bin --> main;
```

`git-artifacts` has all the functions available that make the above history straight for and natural workflow.

`git-artifacts` has all the functions available that make the above history natural workflow.

### Prerequisites
The tool uses tags hence the producer need to tag push-rights. It is also beneficial to have tag delete-rights to clean old artifacts.
Expand Down

0 comments on commit 39075a5

Please sign in to comment.