check remote url in git code example
Example 1: get git remote url
git config --get remote.origin.url
Example 2: check git url
without network
git config --get remote.origin.url
with network (detailed)
git remote show origin
git config --get remote.origin.url
without network
git config --get remote.origin.url
with network (detailed)
git remote show origin