Intermediate Vocabulary #git #remote #push-pull

🛰️ Remote Operations Collocations

5 exercises on talking to remotes the native way: fetch, pull, push to origin, set the upstream, force-push, pull requests, and cloning a repo.

Key patterns
  • fetch (download, no merge) vs pull (fetch + merge)
  • push to origin; set the upstream on first push
  • track a remote branch / upstream branch
  • force-push — prefer --force-with-lease
  • open a pull request; clone a repo (once)
0 / 5 completed
1 / 5
You want to download the latest commits from the remote without changing your working files or merging anything. Which command verb is correct?