#

remote-url

Repository remote URLs (SSH and HTTPS) and how to read them.

ProgrammingFind the Original Git Clone URL of a Local Repository

Locate the original Git clone URL for a local repo. Run git remote -v or git remote get-url, or view .git/config to find origin, upstream, and GitHub parent.

1 answer 5 views