रिमोट रिपोजिटरीहरू अन्यत्र होस्ट गरिएको तपाईंको रिपोजिटरीको संस्करणहरू हुन् (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
