Hacker News new | ask | show | jobs
by telekid 2262 days ago
What about just `git reflog`? Then, you get to see recent branches _and_ you get additional context about what you were doing at the time.
1 comments

Even better, `tig reflog`, which makes it easy to check out the content of a commit or the history of a branch in context with the reflog.