1
I was working on an important update in the company’s system and needed to solve another problem, so I put the changes I made in stash to change branch and lower the master more updated to solve this other problem.
To my sadness when I circled the stash, he didn’t add some updates that were in my folder vendor
. He actually created the blank folder, but there are no files.
Does anyone know if they have how to recover my files?
Note: I had not given any commit for these updates I’ve made.
Unfortunately no friend, maybe your IDE’s history might have something.
– Felipe Paetzold
I think I’ll give up anyway. I searched and couldn’t find a solution. What puzzles me is that git has disappeared with important files and I don’t know what was the cause.
– Lucas Rivoiro
You already use git reflog to try to understand what happened?
– egomesbrandao
@Lucasrivoiro Voce may have pulled or reset without committing the files, it is common this kind of confusion =/
– Felipe Paetzold
@egomesbrandao I used the reflog but found nothing there. however I understood my mistake. I will put as answer. Hugs!
– Lucas Rivoiro
@Felipepaetzold Worse than that wasn’t the problem.
– Lucas Rivoiro