Tig Manual
NAME
1 | tig - text-mode interface for Git |
SYNOPSIS
1 | tig [options] [revisions] [--] [paths] |
DESCRIPTION
1 | Tig is an ncurses-based text-mode interface for git(1). It functions mainly as a Git |
OPTIONS
1 | Command line options recognized by Tig include all valid git-log(1) and git-diff(1) |
PAGER MODE
1 | Tig enters pager mode when input is provided via stdin and supports the following |
EXAMPLES
1 | Display the list of commits for the current branch: |
ENVIRONMENT VARIABLES
1 | In addition to environment variables used by Git (e.g. GIT_DIR), Tig defines the ones |
FILES
1 | $XDG_CONFIG_HOME/tig/config, ~/.config/tig/config, ~/.tigrc |
BUGS
1 | Please visit Tig’s home page[1] or main Git repository[2] for information about new |
COPYRIGHT
1 | Copyright (c) 2006-2014 Jonas Fonseca <jonas.fonseca@gmail.com[3]> |