List existing remotes

suggest change

List all the existing remotes associated with this repository:

git remote

List all the existing remotes associated with this repository in detail including the fetch and push URLs:

git remote --verbose

or:

git remote -v

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents