远程仓库是托管在其他地方(如 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
