Add aliases for list and clear stash.

This commit is contained in:
Limon Monte 2015-03-30 12:25:26 +02:00
commit 9885e82d04

View file

@ -110,6 +110,8 @@ 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'
alias gstc='git stash clear'
# Will cd into the top of the current repository
# or submodule.