tig
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.
- Versions: 2.5.12
- 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 the latest version of tig
as follows:
guix install tig
Or install a particular version:
guix install tig@2.5.12
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.
Badge code
You can use the following badge to inform users of tig about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tig'><img src='https://packages.guix.gnu.org/packages/tig/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/tig)
Example Org:
[[https://packages.guix.gnu.org/packages/tig][https://packages.guix.gnu.org/packages/tig/badges/latest-version.svg]]