I have a git repository. This repo has multiple remote repositories (I think). How can I get a list of the remote repositories that belong to said repo? Some thing like git list --origins or something like that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
You can get a list of any configured remote urls with the command This will give you something like the following:
|
|||
|
|
|
You can list the remote branches like this:
This will return something like:
|
|||
|
|