Pretty git branch graphs

前端 未结 30 1990
情话喂你
情话喂你 2020-11-22 01:34

I\'ve seen some books and articles have some really pretty looking graphs of git branches and commits. How can I make high-quality printable images of git history?

30条回答
  •  [愿得一人]
    2020-11-22 01:55

    GitGraph

    Generates a PNG or SVG representation of your Git repository's commit history.

    https://code.google.com/p/gitgraph

提交回复
热议问题