How To Show the Origin in Git

Recently, I wanted to see the “origin” of the git repository I was working in. The command is: git remote -v For example:
1 2 3 |
theUser@theHost$ git remote -v origin git@localhost:/volumes/data/git/thePlugin.git (fetch) origin git@localhost:/volumes/data/git/thePlugin.git (push) |