tig

Interactive text-based user interface for exploring Git repositories

brewmacoslinux
Try with needOr install directly
Source

About

Text interface for Git repositories

Commands

tig

Examples

Open interactive log viewer for current repository$ tig
View commit history for a specific file$ tig -- path/to/file.txt
Show blame information for a file with interactive navigation$ tig blame path/to/file.txt