List remote repositories for a Git project (git)
git remote -v
Displays the URLs of remote repositories associated with the current Git project, showing both fetch and push URLs.
git remote -v
Displays the URLs of remote repositories associated with the current Git project, showing both fetch and push URLs.