Q:

stash clear list

git stash clear // to clear the whole list
1
git stash drop stash@{index}   // here index will be shown after getting stash list.
5
git stash show -p stash@{1}
0

New to Communities?

Join the community