Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created June 2, 2011 02:26
Show Gist options
  • Save lxneng/1003812 to your computer and use it in GitHub Desktop.
Save lxneng/1003812 to your computer and use it in GitHub Desktop.

tig

While inside a git repo, type 'tig', to view an interactive log, hit 'enter' on any log to see more information about it. h for help, which lists the basic functionality.

On Mac OSX

brew install tig

On Ubuntu

sudo apt-get install tig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment