Remote repositories are versions of your repository hosted elsewhere (like on GitHub, GitLab, or Bitbucket) — they enable collaboration and serve as a shared, central copy. You synchronize with them using push, pull, and fetch.
What a remote is
A REMOTE is a repository hosted elsewhere (a server/service) that you sync with:
→ "origin" is the conventional name for the main remote (where you cloned from)
→ enables COLLABORATION — a shared copy everyone pushes to / pulls from
→ GitHub, GitLab, Bitbucket are hosting services for remote repositories
