My design (html/css) changed/gone awry after I popped back stashed repo.
Here is what I did. In order to temporary try out something,
- I did a
git stash
- Then, checked onto an earlier commit
git checkout fd3243d
but did not make any changes. - Immediately did
git stash pop
.
Now, to my horror (that sinking feeling), when I refreshed design in browser it went totally awry and on the very top it reads
<<<<<<< Updated upstream ======= >>>>>>> Stashed changes <<<<<<< Updated upstream ======= >>>>>>> Stashed changes
Can anybuddy help me get back to the state pre first step i.e. before I did a git stash
?
I don't have any backup's and last commit was done quite a while back. I have a feeling that this can be done but don't know how since I am very new to git.
Can anybuddy help? Thanks dk