tig
Share on:
Enter Your Mastodon Instance
https://
Copy the link below to share to Mastodon
https://terminaltrove.com/tig/
Text-mode interface for git
apt-get install tig
tig is a ncurses-based user interface for Git repositories. It functions as a Git repository browser that can help you visualize your git history.
Its core features include displaying commit graphs, showing diffs for each commit, and a way to stage individual lines for commit.
Additional functionalities include search tools, blame view, and cherry-picking.