NickTikhonov / gitmermaid

Visualisation of git repository graphs using mermaid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitmermaid

GitMermaid generates branch graph diagrams of your git repository using mermaid. The script currently supports generation of input diagram code, which can be visualised here.

example output

graph TD;
5db803f[Shorten hashes and remove tabs] --> fc304c5
fc304c5[Add README] --> 4f5a152
4f5a152[Initial features] --> 38e4299
4f5a152[Initial features] --> b54cae4
b54cae4[Implement writing mermaid instructions to file] --> 9e8fe09
9e8fe09[Fix script to work] --> 38e4299
38e4299[Rewrite and clean up script] --> 736447b
736447b[Initial commit with initial tool] --> root

rendered with MermaidCLI

Repo Diagram

About

Visualisation of git repository graphs using mermaid


Languages

Language:Python 100.0%