git origin show code example
Example 1: see git origin
git remote -v
Example 2: git remote show origin
$ git remote -v
origin https://github.com/schacon/ticgit (fetch)
origin https://github.com/schacon/ticgit (push)
Example 3: git show remote url
git config --get remote.origin.url