Appearance
Few options available when you need to get the URL of a remote
git remote show origin
Requires a network access to the remote
git remote get-url origin
Requires Git >= 2.7
git config --get remote.origin.url