What is a Git remote?

  1. A commit message
  2. A merge conflict
  3. A local branch
  4. A reference to a repository hosted elsewhere

Explanation

A Git remote is a reference to a repository hosted elsewhere (like GitHub, GitLab). It allows you to synchronize your local repository with repositories on other servers.