Beginner Git & Version Control
Q18 / 100

What is a "remote" in Git, e.g. "origin"?

Correct! Well done.

Incorrect.

The correct answer is B) A reference to a version of the repository hosted elsewhere (e.g. on GitHub, GitLab), used for sharing and collaboration

B

Correct Answer

A reference to a version of the repository hosted elsewhere (e.g. on GitHub, GitLab), used for sharing and collaboration

Explanation

"origin" is the conventional name given to the remote repository a local repo was cloned from; remotes let you sync changes between local and hosted copies of a repository.

Progress
18/100