Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
2b1d4122
Unverified
Commit
2b1d4122
authored
Mar 31, 2021
by
Marc Cornellà
Browse files
fix(git): add `push` or `save` to `gstu` alias (#9766)
Fixes #9766
parent
69507c95
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
2b1d4122
...
...
@@ -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
=
'g
it
sta
sh
--include-untracked'
alias
gstu
=
'gsta --include-untracked'
alias
gstall
=
'git stash --all'
alias
gsu
=
'git submodule update'
alias
gsw
=
'git switch'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment