Added alias gq -- qgit --all to git

This commit is contained in:
Konstantin Gribov 2013-09-26 23:40:28 +04:00
commit 33e9bc01e0

View file

@ -88,6 +88,7 @@ compdef _git gm=git-mergetool
alias gg='git gui citool'
alias gga='git gui citool --amend'
alias gk='gitk --all --branches'
alias gq='qgit --all'
alias gsts='git stash show --text'
# Will cd into the top of the current repository