I had performed the following commands in my Visual Studio Code Terminal :
git add .
Forgot to do git stash
git pull
git stash apply.
My added files and current code vanished.
Any way to retrieve it back?
I had performed the following commands in my Visual Studio Code Terminal :
git add .
Forgot to do git stash
git pull
git stash apply.
My added files and current code vanished.
Any way to retrieve it back?