Add commonly used git stash aliases

This commit is contained in:
Torsten Bühl 2013-09-05 14:37:37 +02:00
parent 434f3bc05c
commit 5bf20572cc

View File

@ -80,7 +80,11 @@ compdef _git gm=git-mergetool
alias gg='git gui citool'
alias gga='git gui citool --amend'
alias gk='gitk --all --branches'
alias gsts='git stash show --text'
alias gsta='git stash'
alias gstp='git stash pop'
alias gstd='git stash drop'
# Will cd into the top of the current repository
# or submodule.