Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.18 KB

gm-repo-remote-list.md

File metadata and controls

21 lines (17 loc) · 1.18 KB

gm repo remote list from nu-git-manager-sugar git (see source)

get the list of all the remotes in the current repository

Examples

# 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
─┴──────┴─────────────────────────────────────────┴───────────────────────────────────────

Parameters

Signatures

input output
nothing table<remote: string, fetch: string, push: string>