Not solved yet guys ^ If there's someone can help ...
# random
j
Not solved yet guys ^ If there's someone can help me I'll be really appreciate... since doing stash and things I just lost my project I couldn't pull / push anything, so it should be all local, but don't know how to restore it....
d
Try looking at the reflog.
d
did you stash and forget to unstash?
j
My reflog looks like this :
Problem is that I can not recover all of my code, looks like I removed all of the project
But it's stored somewhere in local because I did a
git add .
and
git commit -m "First commit"
And
git reflog --all
Any idea @Dominaezzz or @dknapp?
d
Try
git stash pop
?
d
do you see anything when you run
git stash list
d
If that doesn't work you'll probably have to reset to one of the commits in your reflog.