From 39075a51b1aa63f17d3c3d993bec17a0c87310be Mon Sep 17 00:00:00 2001 From: "Claus Schneider(Eficode)" Date: Fri, 26 Apr 2024 15:40:14 +0200 Subject: [PATCH] gh-4 : convert ascii drawning to mermaid - both graph and gitgraph - fix --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 92b4150..2f67286 100644 --- a/README.md +++ b/README.md @@ -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.