tig 2.5.12
Ncurses-based text user interface for Git
Tig is an ncurses text user interface for Git, primarily intended as a history browser. It can also stage hunks for commit, or colorize the output of the git
command.
- Outputs:
out
- Website: https://jonas.github.io/tig/
- Licenses: GPL 2+
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tig 2.5.12
as follows:
guix install tig@2.5.12
Or install the latest version:
guix install tig
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.