Clear stash list
git stash clear
Show all stashes
git stash list
Drop a stash
Removes latest stash
git stash drop
Removes given stash name
git stash drop <name-of-stash-to-drop>
* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.