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

Add alias for git stash pop
pull/1370/head
Nils Winkler 2019-04-24 09:36:25 +02:00 committed by GitHub
commit 039cfa7e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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'