Remotes
Overview
A remote is a version of the project different from the one currently on. Remotes are stored in .git/config. List remotes using the following command:
$ git remote -v
A remote is a version of the project different from the one currently on. Remotes are stored in .git/config. List remotes using the following command:
$ git remote -v
Select a result to preview