git add . –> git pull –> git stash apply. Current code vanish
I had performed the following commands in my Visual Studio Code Terminal :
git add .
Forgot to do git stash
git pull
git stash apply.
I had performed the following commands in my Visual Studio Code Terminal :
git add .
Forgot to do git stash
git pull
git stash apply.