Code Safari

Chapter 103·Beginner

Git Remotes: Push, Pull, and Fetch

01 / 06

The core idea

A remote is another copy of the repo.

A remote is a full repository living somewhere else — usually a shared one on GitHub. Your local repo syncs with it on demand.

Git Remotes: Push, Pull, and Fetch | Code Safari