Commit 99812144 authored by Emmanuel Isaac's avatar Emmanuel Isaac Committed by Marc Cornellà
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
......@@ -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'
......
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