Depozitimet e largëta janë versione të depozitit tuaj të hostuar diku tjetër (si në GitHub, GitLab, ose Bitbucket) — ato mundësojnë bashkëpunimin dhe shërbejnë si një kopje e ndarë, qendrore. Ju sinkronizoheni me to duke përdorur push, pull, dhe fetch.
Çfarë është një 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
