Remote
A Git remote is a place where a Git repository can be stored/hosted. The most popular solution at the time of writing is GitHub.
List the available remotes for a given repository by executing the following command1:
git remote -v
Footnotes
-
For all remote commands refer to the official Git documentation ↩