Author:
erics, April 11th, 2023
Categories: How-To's, Technology Tags: Display, git, git tag, howto, List, Message, Show, Tag, tips
|
No comments
Author:
erics, July 9th, 2020
Show commits and messages that match
|
git log --all --grep='SEARCH_STRING_HERE' |
Include code diffs
|
git log --all --grep='SEARCH_STRING_HERE' -p |
Include file names
|
git log --all --grep='SEARCH_STRING_HERE' --name-only |
Categories: How-To's, Technology Tags: commit, contains, Find, git, git log, howto, Log, Log message, Message, tips
|
No comments