I have a Git repository. This repository has multiple remote repositories (I think). How can I get a list of the remote repositories that belong to said repository?
If you only need the names of the remote repositories (and not any of the other data), a simple git remote is enough.
git remote
$ git remote iqandreas octopress origin