简单来说,tig 是 Git 的文本模式界面(text-mode interface for Git)。
官方文档对它的说明如下:
Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.
大约 4 分钟