If
git log
#o/p
#commit 1
#commit 0
Then
git checkout 0
Then
git log
#commit 0
Commit 1 was erased...
I don't think this is normal behavior from my (limited) experience with git. I am using it in dropBox, but it seems that that's ok. Would really appreciate some help.