I need to look at the commit i did few weeks ago e.g. when i do
> git log --oneline -10
b45e80d ten
711aa9c nine
166dbfa eight
26abb54 seven
ddd6bb6 siz
54430c3 five
ca2d76f four
81ccc8c three
d362fbc two
7d43aba one
i need to restore my site temporarily to state it was after i did this commit 81ccc8c three
How do i go about it?
Good thing i had repo pushed to bitbucket before i tried
git revert 81ccc8c
and my files did not update in project folder however it showed bunch of changes when i did git status
and would not let me revert
back to any other commit.
What should i do just go back to b45e80d ten