Como verificar o link do repositório Git
git config --get remote.origin.url
Nice Newt
git config --get remote.origin.url
git remote show origin
# when you are not connected to the network, you can use this
git config --get remote.origin.url