Merge b1bd7a1053
into 9195b66161
This commit is contained in:
commit
87e6b270b7
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ if ! zstyle -t ':prezto:module:git:alias' skip; then
|
|||
alias gsl='git stash list'
|
||||
alias gsL='git-stash-dropped'
|
||||
alias gsd='git stash show --patch --stat'
|
||||
alias gsD='gsd; echo "Untracked files:"; git diff --stat --patch 4b825dc642cb6eb9a060e54bf8d69288fbee4904 "stash^3"'
|
||||
alias gsp='git stash pop'
|
||||
alias gsr='git-stash-recover'
|
||||
alias gss='git stash save --include-untracked'
|
||||
|
|
Loading…
Add table
Reference in a new issue