tig

Interactive text interface for browsing Git repository history

brewmacoslinux
Try with needOr install directly
Source

About

Text interface for Git repositories

Commands

tig

Examples

browse git commit history visually$ tig
view commits for a specific file$ tig -- path/to/file
explore a specific git branch$ tig branch-name
show commits between two versions$ tig v1.0..v2.0
view git blame for a file$ tig blame path/to/file