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.
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?
Fixed. By hand.
git log --grep=timeoutgit log --grep selects commits by a pattern in their log message. It differs from git grep, which searches tracked content.
Practice does not affect your daily score or streak.