git create stash out of branch code example
Example 1: git stash pop index
git stash pop stash@{2}
Example 2: stash clear list
git stash clear // to clear the whole list
git stash pop stash@{2}
git stash clear // to clear the whole list