add alias for 'git stash list'

This commit is contained in:
thuai 2014-05-17 14:11:18 +08:00
commit 54abcf6c84

View file

@ -99,6 +99,7 @@ alias gsts='git stash show --text'
alias gsta='git stash'
alias gstp='git stash pop'
alias gstd='git stash drop'
alias gstl='git stash list'
# Will cd into the top of the current repository
# or submodule.