added alias for simple git stash command

This commit is contained in:
ykl7 2016-11-18 19:31:31 +05:30
parent 3477ff2527
commit f1c62dec66

View File

@ -218,6 +218,7 @@ alias gsps='git show --pretty=short --show-signature'
alias gsr='git svn rebase'
alias gss='git status -s'
alias gst='git status'
alias gsh='git stash'
alias gsta='git stash save'
alias gstaa='git stash apply'
alias gstc='git stash clear'