On Tue, May 10, 2011 at 11:30 PM, Konstantin Khomoutov < [email protected]> wrote:
> On Tue, May 10, 2011 at 02:13:09PM -0700, koshy Koshy wrote: > If the commit b was the tip of the branch and you did not do any > checkouts after checking out a, then > $ git checkout ORIG_HEAD > should work. > See also git-reflog. I suppose If you really need to see what's going on, you could also use --decorate with git log. Passing --all will also help, probably. I prefer a viewer like gitk/gitg/gitx, though. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
