How can I refer to a git commit by the text / words in its commit message headline?
I want to avoid:
- Mouse copy / paste of a commit hash from
git log - Typing of commit hexadecimal digits
How can I refer to a git commit by the text / words in its commit message headline?
I want to avoid:
git logCopyright © 2021 Jogjafile Inc.
TL;DR:
Reference the most recent commit that matches
<text>:Reference the most recent commit reachable from
<rev>that matches<text>Manual page entries
man gitrevisionssays:Reference the most recent commit reachable from
<rev>that matches<text>:Reference the most recent commit anywhere that matches
<text>: