Mi chiedo se esiste un magit equivalente git remote -v
all'elenco dei telecomandi e il loro URL è definito su un repository git. Il popup dei telecomandi magit offre opzioni per aggiungere, rimuovere, rinominare e impostare l'URL, ma non vedo alcun meccanismo di elenco.
git remote -v
Uscita campione :
origin ebpa@example.com:/var/git/myproject.git (fetch)
origin ebpa@example.com:/var/git/myproject.git (push)
magit-list-remotes
non è interattivo e elenca solo nomi remoti.
git remote -v
uso distart-process
- Emacs - Come spingere un repository Git su più telecomandi : stackoverflow.com/a/23178396/2112489