Me pregunto si hay un magit equivalente a la git remote -v
lista de controles remotos y sus URL definidos en un repositorio git. La ventana emergente magit remotes ofrece opciones para agregar, eliminar, cambiar el nombre y establecer la URL, pero no veo ningún tipo de mecanismo de listado.
git remote -v
Salida de muestra :
origin ebpa@example.com:/var/git/myproject.git (fetch)
origin ebpa@example.com:/var/git/myproject.git (push)
magit-list-remotes
no es interactivo y solo muestra nombres remotos.
git remote -v
uso destart-process
- Emacs - Cómo enviar un repositorio de Git a múltiples controles remotos : stackoverflow.com/a/23178396/2112489