Unverified Commit 2b1d4122 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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

Fixes #9766
parent 69507c95
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment