Add alias for git stash pop

pull/1366/head
zw 2019-04-20 16:54:04 +08:00
parent 5ce443759f
commit d9005ae4ac
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 gstb="git stash branch"
alias gstd="git stash drop" alias gstd="git stash drop"
alias gstl="git stash list" alias gstl="git stash list"
alias gstp="git stash pop"
alias gh='cd "$(git rev-parse --show-toplevel)"' alias gh='cd "$(git rev-parse --show-toplevel)"'
# Show untracked files # Show untracked files
alias gu='git ls-files . --exclude-standard --others' alias gu='git ls-files . --exclude-standard --others'