Remote repositories คือเวอร์ชันของ repository ของคุณที่โฮสต์อยู่ที่อื่น (เช่นบน GitHub, GitLab หรือ Bitbucket) — มันทำให้เกิด collaboration และทำหน้าที่เป็นสำเนากลางที่ใช้ร่วมกัน คุณซิงค์กับมันด้วย push, pull และ fetch
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
