1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

Added an alias to git stash include untracked.

This commit is contained in:
Sorin Ionescu 2012-02-07 18:30:15 -05:00
parent 60b15d0035
commit 37ba1cbc98

View File

@ -207,6 +207,8 @@ alias gsp='git stash pop'
compdef _git gsp=git-stash
alias gss='git stash save'
compdef _git gss=git-stash
alias gsS='git stash save --include-untracked'
compdef _git gsS=git-stash
alias gsS='git stash save --patch --no-keep-index'
compdef _git gsS=git-stash