git show remote url 2018-01-16 08:23

There are two ways to show remote repository in git.

git config --get remote.origin.url
git remote show origin

EOF