git-big-picture

Visualizes Git repository structure and history as ASCII graphs

brewmacoslinux
Try with needOr install directly
Source

About

Visualization tool for Git repositories

Commands

git-big-picture

Examples

Display the big picture of your current repository$ git big-picture
Show ASCII graph visualization of all branches and tags$ git big-picture --all
Visualize commits reachable from a specific branch$ git big-picture develop