|
Some checks failed
Linux / ci (clang, Address Sanitizer, address-sanitizer) (push) Has been cancelled
Linux / ci (clang, autoconf) (push) Has been cancelled
Linux / ci (clang, config.make) (push) Has been cancelled
Linux / ci (gcc, Valgrind, valgrind) (push) Has been cancelled
Linux / ci (gcc, autoconf) (push) Has been cancelled
Linux / ci (gcc, config.make) (push) Has been cancelled
macOS / install (clang) (push) Has been cancelled
macOS / install (gcc) (push) Has been cancelled
macOS / ci (push) Has been cancelled
Fixes #1398 |
||
|---|---|---|
| .github/workflows | ||
| compat | ||
| contrib | ||
| doc | ||
| include/tig | ||
| snap | ||
| src | ||
| test | ||
| tools | ||
| .bookignore | ||
| .gitignore | ||
| .mailmap | ||
| appveyor.yml | ||
| autogen.sh | ||
| book.json | ||
| book.md | ||
| config.make.in | ||
| configure.ac | ||
| COPYING | ||
| INSTALL.adoc | ||
| Makefile | ||
| NEWS.adoc | ||
| README.adoc | ||
| tigrc | ||
Tig: text-mode interface for Git
What is Tig?
Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.
Resources
Bugs and Feature Requests
Bugs and feature requests can be reported using the issue tracker or by mail to the Git mailing list. Ensure that the word "tig" is in the subject. For other Tig related questions please use Stack Overflow: https://stackoverflow.com/questions/tagged/tig.
If you are sending a bug report, please include the following information:
-
What Tig and ncurses versions are you using? (
tig -v) -
What system do you have? (
uname -a,lsb_release -a) -
What Git version are you using? (
git -v)
Installation and News
Information on how to build and install Tig are found in the installation instructions.
News about releases and latest features and bug fixes are found in the release notes.