I'm wondering if there is a magit equivalent to git remote -v to list remotes and their URL's defined on a git repository. The magit remotes popup offers options to add, remove, rename, and set url, but I don't see any sort of listing mechanism.
Sample git remote -v output:
origin [email protected]:/var/git/myproject.git (fetch) origin [email protected]:/var/git/myproject.git (push) magit-list-remotes is non-interactive and only lists remote names.
git remote -vusingstart-process-- Emacs — How to push a Git repository to multiple remotes: stackoverflow.com/a/23178396/2112489