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:
fetch
push
git remote --verbose
or simply
git remote -v