Categories
How to revert files after git stash?
I wanted to commit the changes, called git add . Then I accidentally called git stash, which removed all my work, until the last commit. I really need help, is it possible to return somehow?
Answer the question
In order to leave comments, you need to log in
git stash pop https://git-scm.com/book/en/v1/Tools-Git-Hiding
git stash pop
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question