Replies: 1 comment 1 reply
-
I don't think it's currently possible to filter based on Alternatively, you could run just that as a custom command, press |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I view all the commits relating to a particular string (like a bug ID or topic)?
For example in tig:
git rev-list --grep=unicode HEAD | tig show --stdin
I know there is search, but I don't want the other commits to distract.
Does lazygit have some stdin mode?
Beta Was this translation helpful? Give feedback.
All reactions