This commit is contained in:
Ralf Vogler 2024-01-26 02:27:13 -08:00 committed by GitHub
commit a69062e03b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'