mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
added alias for simple git stash command
This commit is contained in:
parent
3477ff2527
commit
f1c62dec66
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ alias gsps='git show --pretty=short --show-signature'
|
|||
alias gsr='git svn rebase'
|
||||
alias gss='git status -s'
|
||||
alias gst='git status'
|
||||
alias gsh='git stash'
|
||||
alias gsta='git stash save'
|
||||
alias gstaa='git stash apply'
|
||||
alias gstc='git stash clear'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue