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

Bibliography

  • Scott Chacon, Pro Git, Second edition, The Expert’s Voice in Software Development (New York, NY: Apress, 2014).