tig

Installation
SKILL.md

Tig

Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser.

When to Use

  • Log Browsing: tig shows the commit graph beautifully in the terminal.
  • Blame: tig blame file.txt is faster than any GUI.
  • Staging: tig status allows staging files quickly.

Core Concepts

Views

  • Main: Commit graph.
  • Diff: View changes.
  • Blame: Who changed what.

Navigation

Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026