Vzdálené repozitáře jsou verze vašeho repozitáře hostované jinde (například na GitHubu, GitLabu nebo Bitbucketu) — umožňují spolupráci a slouží jako sdílená, centrální kopie. Synchronizujete se s nimi pomocí příkazů push, pull a fetch.
Co je to vzdálený repozitář
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
