A távoli adattárak a te adattárad másolatai, amelyeket máshol tároljuk (például a GitHubon, GitLab-en vagy Bitbucket-en) — lehetővé teszik az együttműködést és közös, központi másolatként funkcionálnak. Szinkronizálsz velük a push, pull és fetch parancsok segítségével.
Mi az a 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
