how to clear any stash to apply in git code example
Example 1: stash clear list
git stash clear // to clear the whole list
Example 2: How to discard files from stash in git
git stash apply
git stash clear // to clear the whole list
git stash apply