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
비대화 식이며 원격 이름 만 나열합니다.
git remote -v
사용start-process
- 이맥스 - 여러 리모트에 Git 저장소를 밀어하는 방법 : stackoverflow.com/a/23178396/2112489