How do I determine the parent repository of a git repository?
When I do a git pull my repository automatically pulls from the original git repo that I cloned from. How can I get the URL of that git repository from the child repository?
Solution
Also, git remote -v will show the urls of all your remotes.