రిమోట్ రిపోజిటరీలు మీ రిపోజిటరీ యొక్క సంస్కరణలు ఇతర ప్రదేశాలలో హోస్ట్ చేయబడ్డవి (GitHub, GitLab, లేదా Bitbucket వంటివి) — అవి సహযోగితంను ఎనేబల్ చేస్తాయి మరియు షేర్డ్, కేంద్ర కాపీగా పనిచేస్తాయి. మీరు push, pull, మరియు fetch ఉపయోగించి వాటితో సింక్ చేస్తారు.
రిమోట్ అంటే ఏమిటి
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
