Skip to content

Commit

Permalink
Add git alias to clear entire stash (ohmyzsh#5306)
Browse files Browse the repository at this point in the history
Using the "gstc" alias runs "git stash clear"
that clears every stash index
  • Loading branch information
Emmanuel Isaac authored and catull committed Sep 3, 2016
1 parent 97fd86d commit 5a83945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -216,6 +216,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'
Expand Down

0 comments on commit 5a83945

Please sign in to comment.