Skip to content

Instantly share code, notes, and snippets.

@fukajun
Created October 31, 2012 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fukajun/3984141 to your computer and use it in GitHub Desktop.
Save fukajun/3984141 to your computer and use it in GitHub Desktop.
git to tig, tig to git, gti to git
g=`which git`
t=`which tig`
tig(){ $g $*; }
git(){ $t $*; }
alias gti=tig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment