Git show remote url

Date: 2022-10-07
# just get the url
git config --get remote.origin.url

# get more info
git remote show origin

68390cookie-checkGit show remote url