Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mklein994
on July 19, 2023
|
parent
|
context
|
favorite
| on:
Lazygit: Simple terminal UI for Git commands
Not as quick as you're asking for, but what I do, after running "git log" to jog my memory of what the commit message was, is this:
git commit --fixup=':/message regexp'
This will find the youngest commit where the message matches the "message regexp" pattern. See also:
https://git-scm.com/docs/gitrevisions
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: