How to Install tig in Ubuntu 18.04



Install tig by entering the following commands in the terminal:

sudo apt update
sudo apt install tig

Description:

ncurses-based text-mode interface for Git

This package contains a text-mode interface for the version control system Git. It may be used to browse the history and contents of a repository. . The following main features are supported: - View revision logs, commit messages, diffstats, diffs, archive trees and file contents. - Visualize revision graphs. - Stage / unstage changes and add untracked files. - Merge files. - Cherry-pick commits. . tig may also be used as a pager. It reads input from stdin and colorizes it.

Homepage: http://jonas.nitro.dk/tig/

Version: 2.3.0-1

Section: universe/utils