Add alias for git stash pop

This commit is contained in:
zw
2019-04-20 16:54:04 +08:00
parent 5ce443759f
commit d9005ae4ac

View File

@@ -80,6 +80,7 @@ alias gst="git stash"
alias gstb="git stash branch"
alias gstd="git stash drop"
alias gstl="git stash list"
alias gstp="git stash pop"
alias gh='cd "$(git rev-parse --show-toplevel)"'
# Show untracked files
alias gu='git ls-files . --exclude-standard --others'