リモートリポジトリは、あなたのリポジトリをGitHub、GitLab、Bitbucketなどの別の場所にホストしたバージョンです — これにより協業が可能になり、共有された中央のコピーとして機能します。push、pull、fetchを使用して同期します。
リモートとは
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
