gm repo remote list
from nu-git-manager-sugar git
(see source)
get the list of all the remotes in the current repository
# list all the remotes in a default `nu-git-manager` repo
gm repo remote list
#┬remote┬──────────────────fetch──────────────────┬─────────────────push──────────────────
0│origin│https://github.com/amtoine/nu-git-manager│ssh://github.com/amtoine/nu-git-manager
─┴──────┴─────────────────────────────────────────┴───────────────────────────────────────
input | output |
---|---|
nothing |
table<remote: string, fetch: string, push: string> |