git restore stash code example
Example 1: how to revert a git stash
$ git stash show -p stash@{0} | git apply -R
Example 2: git stash back
git stash pop
Example 3: how to get stashed on git
git stash pop
Example 4: how to get stashed on git
git stash pop or
git stash apply
Example 5: git reset stash
git stash clear