cli.fail

Practice this fail.

Somewhere in history.

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

A commit message contains the text timeout. Search all commits reachable from the current branch; do not search file contents.

Somewhere in history.

$ git log -1 --oneline

f00ba12 Update docs

How do you list commits whose message matches timeout?

3 attempts remaining

Read why this fix works

Somewhere in history.

git log --grep=timeout

git log --grep selects commits by a pattern in their log message. It differs from git grep, which searches tracked content.

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

Copy your result