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
99812144
Commit
99812144
authored
Aug 18, 2016
by
Emmanuel Isaac
Committed by
Marc Cornellà
Aug 18, 2016
Browse files
Add git alias to clear entire stash (#5306)
Using the "gstc" alias runs "git stash clear" that clears every stash index
parent
66179bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
99812144
...
...
@@ -217,6 +217,7 @@ alias gss='git status -s'
alias
gst
=
'git status'
alias
gsta
=
'git stash save'
alias
gstaa
=
'git stash apply'
alias
gstc
=
'git stash clear'
alias
gstd
=
'git stash drop'
alias
gstl
=
'git stash list'
alias
gstp
=
'git stash pop'
...
...
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