how to recover git stasg code example
Example 1: git stash apply specific stash
git stash apply "stash@{n}"
or
git stash apply n
Example 2: git stash back
git stash pop
Example 3: how to get stashed on git
git stash pop or
git stash apply
git stash apply "stash@{n}"
or
git stash apply n
git stash pop
git stash pop or
git stash apply