Need help in understanding the below
1). How do i check out to a particular commit and again revert back to the recent commit ?
Tried branch->checkout->same branch and check out to the previous commit, but when i did this the commits made after the one i checked out now got lost !
Its not in the list to checkout to recent commit !
2). How do i reset my head to a particular commit ?