Git show remote url

# just get the url
git config --get remote.origin.url

# get more info
git remote show origin

68390cookie-checkGit show remote url