Sometimes I forget to delete my old git branches, and I forget which is what and who is how. And so on and so forth. So I do this!:
git reflog --date=local --all
This outputs a nifty list of all the recent commits and which branches they were too. w00t.