1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

fix(git): add push or save to gstu alias (#9766)

Fixes #9766
This commit is contained in:
Marc Cornellà 2021-03-31 11:25:26 +02:00
parent 69507c9518
commit 2b1d412279
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -263,7 +263,7 @@ alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gstu='git stash --include-untracked'
alias gstu='gsta --include-untracked'
alias gstall='git stash --all'
alias gsu='git submodule update'
alias gsw='git switch'