git stash and git revert stash code example Example: how to revert a git stash $ git stash show -p stash@{0} | git apply -R