المستودعات البعيدة هي نسخ من مستودعك مستضافة في مكان آخر (مثل 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
