Pretty git branch graphs

前端 未结 30 2421
情话喂你
情话喂你 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:52

    I just wrote one tool that can generate pretty git commits graph using HTML/Canvas.

    And provide a jQuery plugin which make it easy to use.

    [github] https://github.com/tclh123/commits-graph

    Preview:

    preview

提交回复
热议问题