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?
Also, git remote -v
will show the urls of all your remotes.
Use git remote
:
git remote show
This will list all the remotes. Then, for example:
git remote show origin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With