Syntax

A remote is a named link representing another git repository. You can download content of remote repositories locally and e.g. merge changes from remotes.

This is useful when you're working on a fork of another repository and want an easy way to merge changes in the original repository.

Adding a new remote repository

Updating from upstream repository