what happens when you delete stashed changes git code example
Example: git delete stash
git stash drop stash@{index} // here index will be shown after getting stash list.
git stash drop stash@{index} // here index will be shown after getting stash list.