Pretty git branch graphs

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

    I suggest tig https://github.com/jonas/tig , a much much better command line tool for git.

    You can use homebrew to install tig on macOS:

    $ brew install tig
    $ tig
    

提交回复
热议问题