Merge pull request #1366 from zwfang/git-stash-pop

Add alias for git stash pop
This commit is contained in:
Nils Winkler
2019-04-24 09:36:25 +02:00
committed by GitHub

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'