Udaljenih spremišta su verzije vašeg spremišta hostane drugdje (kao što su na GitHubu, GitLabu ili Bitbucketu) — omogućavaju suradnju i služe kao zajedničko, centralno kopiju. Sinhronizujete se s njima koristeći push, pull i fetch.
Što je 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
