I did a stash with many local file modified. Once I did a pull request to update my project, this stash has been applied with nothing inside.
How can I recover all lost modified files?
I did a stash with many local file modified. Once I did a pull request to update my project, this stash has been applied with nothing inside.
How can I recover all lost modified files?
Dropped stashes are still available until the garbage collector runs, you can find stash commits as described here: How to recover a dropped stash in Git?