Add "gti" alias for git

This commit is contained in:
Josef Glatz 2016-04-28 09:54:53 +02:00
parent 1a5b4db365
commit e821c33a4f

View File

@ -204,6 +204,7 @@ alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gsu='git submodule update'
alias gti='git'
alias gts='git tag -s'
alias gtv='git tag | sort -V'