Git
Recover Git Stash
git stash listgit stash show stash@{n}# Create and switch to a new branch with the stash applied git stash branch new-branch-name stash@{n}
Last updated
git stash listgit stash show stash@{n}# Create and switch to a new branch with the stash applied
git stash branch new-branch-name stash@{n}Last updated