mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Changd alias gsta='git stash'
to alias gsta='git stash save'
.
This commit is contained in:
parent
1e90f3618f
commit
bdc82114d0
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ alias gsps='git show --pretty=short --show-signature'
|
|||
alias gsr='git svn rebase'
|
||||
alias gss='git status -s'
|
||||
alias gst='git status'
|
||||
alias gsta='git stash'
|
||||
alias gsta='git stash save'
|
||||
alias gstaa='git stash apply'
|
||||
alias gstd='git stash drop'
|
||||
alias gstl='git stash list'
|
||||
|
|
Loading…
Reference in a new issue