Pretty git branch graphs

前端 未结 30 2015
情话喂你
情话喂你 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 02:16

    I don't know about a direct tool, but maybe you can hack a script to export the data into dot format and render it with graphviz.

提交回复
热议问题