git checkout -
checks out the previously checked out commit reference. Where is this information stored, and is there a similar way to access any nth previously checked out commit?
I would like to be able to look at a list of the references I've checked out (particularly as opposed to looking at every available branch) so that I can easily find the branches I've worked on locally. Obviously, this situation only occurs with large, multi user repositories.