રિમોટ રિપોઝિટરીઝ તમારી રિપોઝિટરીની વર્જનો છે જે અન્યત્ર હોસ્ટ કરવામાં આવે છે (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
