Remote
A named pointer to another copy of the repository (GitHub, GitLab, etc.).
- Default: origin (from clone).
- Open-source convention: upstream points to the original.
- git remote -v lists all remotes with URLs.
When to use: Knowing where pushes go; managing multiple sources.
Example: origin git@github.com:user/repo.git (push) - confirms remote URL.