20 我想知道是否有一个等效于git remote -v列出远程对象及其在git存储库中定义的URL的magit 。magit remotes弹出窗口提供了添加,删除,重命名和设置url的选项,但是我看不到任何列表机制。 样本git remote -v输出: origin ebpa@example.com:/var/git/myproject.git (fetch) origin ebpa@example.com:/var/git/myproject.git (push) magit-list-remotes 是非交互式的,仅列出远程名称。 magit — 埃帕 source 我不知道是什么magit的当前版本目前所提供的,但我写了我自己的推多个遥控器(几年前),与开始git remote -v使用start-process- Emacs的-如何推动一个Git仓库到多个遥控器: stackoverflow.com/a/23178396/2112489 — 法律列表
22 由magit-show-refs-popup(y)生成的缓冲区将提供包含如下内容的输出 Origin (ebpa@example.com:/var/git/myproject.git) (2) origin/HEAD -> origin/master origin/master Commit message 它正在使用git branch -vvr而不是 的输出git remote -v。 — 凯尔·迈耶(Kyle Meyer) source
git remote -v
使用start-process
- Emacs的-如何推动一个Git仓库到多个遥控器: stackoverflow.com/a/23178396/2112489