What is a Git remote?
- A commit message
- A merge conflict
- A local branch
- 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.