how to restore git stash code example
Example 1: git stash back
git stash pop
Example 2: how to get stashed on git
git stash pop
Example 3: how to get stashed on git
git stash pop or
git stash apply
Example 4: git reset stash
git stash clear