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?
I suggest tig https://github.com/jonas/tig , a much much better command line tool for git.
tig
You can use homebrew to install tig on macOS:
$ brew install tig $ tig