cli.fail

Practice this fail.

Look before you merge.

Git · Restart as often as you like

Read the error, choose a command, and learn
why it works. Nothing runs on your machine.

Browse all practice ↗

Git · Intermediate

origin is configured. Download its latest objects and remote-tracking branch updates, but do not integrate anything into the current branch.

Look before you merge.

$ git status --short

(clean working tree)

The remote has new commits.

How do you update remote-tracking information without merging?

3 attempts remaining

Read why this fix works

Look before you merge.

git fetch origin

Fetch downloads objects and updates configured remote-tracking references. Unlike pull, it does not then merge or rebase the fetched history into your checked-out branch.

Practice rounds do not affect the daily score or local streak. Try today’s challenge, or choose another scenario.

Copy your result