Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

tig

ncurses-based text-mode interface for git

requires:
apt: apt install tig
yum: yum install tig
pacman: pacman -S tig

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/tig/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/tig" "$HOME/.config/tig.bak"
git clone https://github.com/casjay-dotfiles/tig "$HOME/.config/tig"

tig wiki | tig site

Clone this wiki locally