Git List Remotes
Git List Remotes
$ git remote -v
The output looks like:
origin git@github.com:remote/branch.git (fetch)
origin git@github.com:remote/branch.git (push)
$ git remote -v
origin git@github.com:remote/branch.git (fetch)
origin git@github.com:remote/branch.git (push)