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 ebpa@example.com:/var/git/myproject.git (fetch)
origin ebpa@example.com:/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: http://stackoverflow.com/a/23178396/2112489 – lawlist Jul 27 '16 at 20:59