Repositori remote ialah versi repositori anda yang dihos di tempat lain (seperti pada GitHub, GitLab, atau Bitbucket) — ia membolehkan kolaborasi dan berfungsi sebagai salinan pusat yang dikongsi. Anda menyegerakkan dengannya menggunakan push, pull, dan fetch.
Apa itu remote
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
