mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
542 stars 21 forks source link

WIP: SVG debug drawing #5

Closed mlange-42 closed 3 years ago

mlange-42 commented 3 years ago

Implemented printing as SVG string. Primarily for debugging, as it is more easy than on the console with ASCII Art, where links over columns may take several rows.

No text for commit messages or branches so far.

TestGraph