My git log
was showing several project commits in my projects. I'm using only master branch. I have done git checkout to first commit. I was expecting that my directory will be changed to state when it was in during first commit. It not happened. How to achieve that?
Now git console shows that I'm in first commit by showing ((b266cf..))
instead of (master)
in command prompt. And git log
shows that there is only one commit - first one? Where others are gone? How to get back to state where all others commits are visible?